| scImmunePip | R Documentation |
This function will run a bioinformatics analysis of post-quantification scImmune Profiling pipeline. Supports multiple samples analysis.
scImmunePip(
project_name = "Ursa_scImmune",
input_dir = "./",
output_dir = "./",
pheno_file,
integration_method = c("harmony", "seurat"),
auto_move = T
)
project_name |
Project name. 'Ursa_scImmune' by default. |
input_dir |
Directory to all input files. Current working directory by default. |
output_dir |
Output directory. Current working directory by default. A new folder with the given project name with time stamp as suffix will be created under the specified output directory. |
pheno_file |
Meta data file directory. Accept only .csv/.txt format files. |
integration_method |
Integration method for combining scRNASeq data. Default by harmony. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.