View source: R/filter_counts.R
filter_known_genes | R Documentation |
Filter genes from an RNA tibble.
filter_known_genes(x, what = "rm", specials = "MALAT1")
x |
The tibble for RNA. |
what |
A code string. If this contains "r" ribosomal genes are removed. If this contains "m" mitocondrial genes are removed. Both are matched by a regular expression. |
specials |
A list of genes to remove a priori. |
The RNA tibble without the required gene entries.
data('example_input')
filter_known_genes(example_input$rna)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.