Description Usage Arguments Value
View source: R/harmonize_velo_txis.R
Harmony is not a Bioconductor package, so the user needs to install it from https://github.com/immunogenomics/harmony prior to using this function. The UMAP projection will be updated to reflect harmonized coordinates unless the user sets UMAP to FALSE when calling the function.
1 | harmonize_velo_txis(txis, colname = "sample", how = "default", iter = 20, ...)
|
txis |
a SingleCellExperiment |
colname |
name of colData column with the batch variable ("sample") |
how |
how to respect spliced/unspliced relation, currently unused |
iter |
max.iter.harmony, defaults to 20 (harmony default is 10) |
... |
arguments to pass to RunHarmony, e.g. max.iter.harmony=20 |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.