fantom_load_raw: GAPGOM - fantom_load_raw()

Description Usage Arguments Details Value Examples

View source: R/user_data_preparation.R

Description

Loads raw fantom5 data from file.

Usage

1
fantom_load_raw(filepath, verbose = FALSE, example = FALSE)

Arguments

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).

Details

This function loads raw fantom5 data and returns the resulting data.table/ data.frame object.

Value

The resulting datatable containing raw fantom5 data. (Most of the time very large!)

Examples

1
2
fantom_file <- fantom_download(organism = "mouse", noprompt = TRUE)
ft5 <- fantom_load_raw(fantom_file, verbose = TRUE, example = TRUE)

GAPGOM documentation built on Nov. 8, 2020, 8:08 p.m.