View source: R/Doublet_Detection_DF.R
Doublet_Detection_DF | R Documentation |
This function allows you to detect doublets using both Doublet_Finder algorithm.
Doublet_Detection_DF( matrix.DIR, saveDIR, Sample, Species = "hsa", FeatureUseCount = 2500, PCAnum = 10, resClus = 0.5, mincells = 3, mingenes = 500, mtpercent = 20, rbpercent = 50, ClusPallette = ClusPallette, DoubletFinder = TRUE, plotCCgene = TRUE )
matrix.DIR |
Raw10X data Directory |
saveDIR |
Path to save Quality plots and RDS data. |
Sample |
Sample Name. |
Species |
Species Name. Valid options are hsa or mmu. |
FeatureUseCount |
Number of features to select as top variable features; only used when selection.method is set to 'dispersion' or 'vst' |
PCAnum |
Number of PCs to be used |
resClus |
Resolution to be used for clustering |
ClusPallette |
Color pallete to be used for clusters |
DoubletFinder |
Run DoubletFinder |
plotCCgene |
Plots TOP2A gene or not |
Doublet_Detection_DF()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.