subset_to_samples | R Documentation |
subset_to_samples
returns a data.frame of metadata,
counts and normalised counts subset to the supplied sample
data frame
subset_to_samples(
data,
samples,
counts = TRUE,
normalised_counts = TRUE,
tpm = FALSE
)
data |
df rna-seq data to get counts from |
samples |
df a samples df to subset the data to |
counts |
logical indicating whether to include raw counts in the results |
normalised_counts |
logical indicating whether to include normalised counts in the results |
tpm |
logical indicating whether to include tpm values in the results |
data.frame
non_count_data <- subset_to_samples(data, samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.