View source: R/quietTCRgenes.R
quietTCRgenes | R Documentation |
Most single-cell workflows use highly-expressed and highly-variable genes for the initial calculation of PCA and subsequent dimensional reduction. This function will remove the TCR genes from the variable features in the Seurat object or from a vector generated by the Bioconductor scran workflow.
quietTCRgenes(sc, assay = NULL)
sc |
Single-cell object in Seurat format or vector of variable genes to use in reduction |
assay |
The Seurat assay slot to use to remove TCR genes from, NULL value will default to the default assay |
Seurat object or vector list with TCR genes removed.
Nicky de Vrij Nikolaj Pagh Nick Borcherding
trex_example <- quietTCRgenes(trex_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.