Description Usage Arguments Value
Calculate total read counts per gene
1 | get_genecounts(data, stats = FALSE)
|
data |
A |
stats |
Whether to return additional statistics per gene. Currently calculates the minimum and maximum
counts per gene. Note that setting this to |
A tibble with columns exp
, rep
, sample
, counts
,
RPM
, and RPKM
. If genename_column
is not "gene"
,
the tibble will in additon contain genename_column
. If stats
is TRUE
, contains additional counts
and RPM
columns prefixed with the
name of the summary statistic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.