Description Usage Arguments Examples
Filter cells
1 2 | filter_cells(dl, .filter = function(x) x %in% cells, number = NULL,
cells = sample(colnames(dl$expr), number))
|
dl |
de.lorean object |
.filter |
Function that takes a list of cells as input and returns a vector of TRUE/FALSE |
number |
Number to sample if filter function or cells not supplied. |
cells |
The cells to keep. |
1 2 3 | data(WindramDeLorean)
dl <- de.lorean(windram.expr, windram.gene.meta, windram.cell.meta)
dl <- filter_cells(dl, number = 7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.