Description Usage Arguments Details Value Examples
View source: R/user_data_preparation.R
Loads raw fantom5 data from file.
1 | fantom_load_raw(filepath, verbose = FALSE, example = FALSE)
|
filepath |
filename of fantom5 file. |
verbose |
Switch to TRUE for extra messages. Default=FALSE |
example |
Boolean switch for R CMD Check (NOT MEANT TO BE TURNED ON FOR END-USERS). |
This function loads raw fantom5 data and returns the resulting data.table/ data.frame object.
The resulting datatable containing raw fantom5 data. (Most of the time very large!)
1 2 | fantom_file <- fantom_download(organism = "mouse", noprompt = TRUE)
ft5 <- fantom_load_raw(fantom_file, verbose = TRUE, example = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.