Example data of multiple data types.
example_data(
name = c("pbmc5k_SE.rda", "mono.PP001.bed"),
return_path = FALSE,
colidx = 5
)
Name of the data to return.
Whether to return just the path to the file (TRUE
)
or the imported R object itself FALSE
.
The column index of the score. This assumes that the first three columns specific genomic coordinates. Default is 5 for the fifth column in the .bed files
pbmc5krda <- example_data(name="pbmc5k_SE.rda")