load_rnaseq_samples | R Documentation |
load_rnaseq_samples
opens a file containing sample
data and returns a tibble
It expects the file to contain columns named sample and
condition which it will make factors.
load_rnaseq_samples(samples_file)
samples_file |
Name of the file to open |
tibble
data <- load_rnaseq_samples(samples_file = 'test_samples.tsv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.