Description Usage Arguments Value
View source: R/goodnessOfFit.R
downsample a data matrix
1 2 | downsampleData(data, groupLabel, newTotalCounts = NULL,
newQuantile = 0.25)
|
data |
the gene*cell count matrix |
groupLabel |
the label of each cell |
newTotalCounts |
the UMI count to after downsampling |
newQuantile |
the common UMI after downsampling is set by the quantile of the total UMI across cells before downsampling If newTotalCounts is set, this parameter will be ignored |
A list of two components data: this is the count matrix groupLable: this is the group label of cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.