powered by
Filter cells
filter_cells(dl, .filter = function(x) x %in% cells, number = NULL, cells = sample(colnames(dl$expr), number))
de.lorean object
Function that takes a list of cells as input and returns a vector of TRUE/FALSE
Number to sample if filter function or cells not supplied.
The cells to keep.
# NOT RUN { data(WindramDeLorean) dl <- de.lorean(windram.expr, windram.gene.meta, windram.cell.meta) dl <- filter_cells(dl, number = 7) # }
Run the code above in your browser using DataLab