SiftCellMix | R Documentation |
This function runs SiftCellMix
SiftCellMix(
workingdir,
celltype,
alpha = 0.01,
threshold = 100,
ub_p = 1,
lb_p = 0
)
workingdir |
directory with DGE files |
celltype |
dataframe with two columns, 1st column is cell barcode, 2nd column is cell type |
alpha |
scalar between 0 and 1 |
threshold |
focus on droplets with UMI>threshold |
ub_p |
upper bound of proportion. Default is 1 |
lb_p |
lower bound of proportion. Default is 0 |
estimated proportion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.