load_detct_data | R Documentation |
load_detct_data
opens a file containing count data
and returns a tibble with column names adjusted to
take account of different column name formats.
If it doesn't already exist, it creates a column called RegionID
made up of Chr:RegionStart:RegionEnd:3PrimeEndPosition:3PrimeEndStrand:GeneID
load_detct_data(data_file, ...)
data_file |
char, Name of the file to open |
... |
Arguments passed to |
tibble
data <- load_detct_data(data_file = 'all.tsv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.