Example data of multiple data types.

example_data(
  name = c("pbmc5k_SE.rda", "mono.PP001.bed"),
  return_path = FALSE,
  colidx = 5
)

Arguments

name

Name of the data to return.

return_path

Whether to return just the path to the file (TRUE) or the imported R object itself FALSE.

colidx

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

Examples

pbmc5krda <- example_data(name="pbmc5k_SE.rda")