Perform_CCA | R Documentation |
This function allows you to perform CCA. For the selected PC, different resoultion ("0.1", "0.2", "0.3", "0.5", "0.8") will be computed for clustering
Perform_CCA( TempAll.object, NameInpdf, saveDIR, FeatureUseCount = 2500, CCAdimchosen = 30, res = 0.5, k.filter = 200, plots = TRUE, save = TRUE )
TempAll.object |
A list of Seurat objects between which to find anchors for downstream integration. |
NameInpdf |
Path to save Quality plots and RDS data. |
saveDIR |
Suffix to be added to CCA files. |
FeatureUseCount |
A numeric value. This will call SelectIntegrationFeatures to select the provided number of features to be used in anchor finding |
CCAdimchosen |
Which dimensions to use from the CCA to specify the neighbor search space |
res |
k.filter How many neighbors (k) to use when filtering anchors |
plots |
Save CCA plots |
save |
Save integrated CCA RDS Seurat object |
Perform_CCA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.