View source: R/QualityAssessmentFunctions.R
given a count dataframe with gene_ids as rownames and quantification in a column called raw_counts, return sum of protein coding genes
1 | proteinCodingCount(counts, protein_coding_gene_ids)
|
counts |
a dataframe with gene_ids in the rownames and (at minimum) a quantification column called raw_counts |
protein_coding_gene_ids |
a list of gene ids considered protein coding (must correspond with counts rownames) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.