View source: R/SiftCellBoost.R
labelData | R Documentation |
This function generate positive and negative pseudo-labels.
labelData(
rawDGE,
shfDGE,
rawPC,
shfPC,
HVG,
flagCells,
outlier,
dataName,
expectedN
)
rawDGE |
digital expression matrix of the original data |
shfDGE |
digital expression matrix of the shuffle data |
rawPC |
top one 100PCs of raw DGE |
shfPC |
top one 100PCs of shuffle DGE |
HVG |
a vector with highly variable genes |
flagCells |
a vector of flagged cells |
outlier |
a vector of barcodes that are identified as "pseudo-positive" |
dataName |
data name |
expectedN |
expected number of cell-containing droplets |
returns xxx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.