View source: R/Perform_CCA_Diff_PCAdim_res.R
Perform_CCA_Diff_PCAdim_res | R Documentation |
This function allows you to perform CCA at different res.
Perform_CCA_Diff_PCAdim_res( Sampleall.object, NameInpdf, saveDIR, TempCCAdimchosenlist = c(15, 20, 30), FeatureUseCount = 2500, plots = TRUE, save = FALSE )
Sampleall.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 |
plots |
Save CCA plots |
save |
Save integrated CCA RDS Seurat object |
Perform_CCA_Diff_PCAdim_res()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.