Description Usage Arguments Value
Learn technical variation between any two datasets
1 2 3 4 5 6 | learnTechnicalVariation(
object.list,
features.integration,
similarity.cutoff = 0.6,
assay = NULL
)
|
object.list |
List of Seurat objects |
features.integration |
feature |
similarity.cutoff |
a thresholding parameter determining whether cell clusters are shared across different datasets based on their similarity. If T is too small, the biological variation may be removed. If T is too large, the technical variation could not be removed. |
assay |
assay to use |
a list of two structured matrices: one is the data matrix and the other is the confounding matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.