Skip to contents

Read a per-tRNA counts file produced by the tRNA sequencing pipeline.

Usage

read_counts(path)

Arguments

path

Path to a counts TSV file (may be gzipped).

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
read_counts("sample1.counts.tsv.gz")
} # }