# NOT RUN {
LCMV1 <- setup_LCMV_example()
data.path <- system.file("extdata/LCMV1_small.txt", package = "robustSingleCell")
# name of list should be the same as LCMV1$datasets
raw_LCMV1 <- as.matrix(read.table(data.path, check.names = FALSE))
LCMV1 <- read.data(LCMV1,
raw.data.matrices = list(LCMV1 = raw_LCMV1),
min.genes.per.cell = 100,
max.genes.per.cell.quantile = 1,
max.UMIs.per.cell.quantile = 1,
min.cells.per.gene = 1)
# }
Run the code above in your browser using DataLab