get_counts | R Documentation |
get_counts
returns a data.frame of counts,
either raw or normalised (default)
get_counts(data, samples = NULL, normalised = FALSE)
data |
df rna-seq data to get counts from |
samples |
df a samples df to subset the data to |
normalised |
logical indicating whether to return normalised counts or raw |
data.frame If there is no count data in the supplied data frame (i.e.) no column names containing "count" then NULL is returned
norm_counts <- get_counts(data)
counts <- get_counts(data, normalised = FALSE)
counts_subset <- get_counts(data, samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.