FilterPlot | R Documentation |
The "FilterPlot" function makes the plots to show the UMIs and expressed genes of individual cells. These plots are usually used to estimate the data before and after pre-processing, so the users can visually select the optimal parameters to filter data.
FilterPlot(object, colFactor = NULL)
object |
RISC object: a framework dataset. |
colFactor |
Use the factor (column name) in the coldata to make a processing plot, but each time only one column name can be inputted. |
Wickham, H. (2016)
Auguie, B. (2015)
Liu et al., Nature Biotech. (2021)
# RISC object
obj0 = raw.mat[[3]]
FilterPlot(obj0, colFactor = 'Group')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.