powered by
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 )
liger object (scale.data or norm.data must be set).
liger
The data slot to filter (takes "raw.data" and "scale.data") (default "raw.data").
Treat each column as a cell (default TRUE).
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) # }
Run the code above in your browser using DataLab