Remove cells/genes with no expression across any genes/cells
Removes cells/genes from chosen slot with no expression in any genes or cells respectively.
removeMissingObs( object, slot.use = "raw.data", use.cols = TRUE, verbose = TRUE )
object |
|
slot.use |
The data slot to filter (takes "raw.data" and "scale.data") (default "raw.data"). |
use.cols |
Treat each column as a cell (default TRUE). |
verbose |
Print messages (TRUE by default) |
liger
object with modified raw.data (or chosen slot) (dataset names preserved).
## Not run: # liger object: ligerex ligerex <- removeMissingObs(ligerex) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.