View source: R/tD_subordinates.R
read_denovix | R Documentation |
A function read Denovix data files.
read_denovix(dfile)
dfile |
A Denovix file or path to the Denovix file. |
A data frame.
Denovix files can be saved as csv, txt or even excel files. This function accounts for these file types.
Tingwei Adeck
read_denovix_data()
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix(fpath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.