example_data: Example data

View source: R/example_data.R

example_dataR Documentation

Example data

Description

Example data of multiple data types.

Usage

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

sankaranlab/SCAVENGE documentation built on March 2, 2023, 2:17 a.m.