Description Usage Arguments Value
View source: R/celltype_assign.R
keep only the cells that have expression of the gene higher than the threshold, and output the new matrix object
1 | Filter.Gene.Mat(count.matrix, gene, threshold)
|
count.matrix |
a matrix type that have a count for value and proper column name as cells and rowname as the gene |
gene |
the gene gonna impose the threshold filter on |
threshold |
the threshold to filter from count.matrix |
the filtered matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.