remove unwanted genes by gene name pattern (e.g. Ig genes) For some cells, the expression of some specific genes may not related to the real cell popultion but will affect the cell clustering results. User can remove those genes from raw data before perform further analysis An example is Ig genes for B cells.
1 | removeGene(object = NULL, pattern = NULL)
|
object |
Seurat object |
pattern |
the pattern (regular expression) of unwanted genes (e.g. '^IG[HKL]' for IgH, IgK, IgL genes). For more information about regular expression, please visit https://en.wikipedia.org/wiki/Regular_expression |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.