| get_CPM | R Documentation |
A function to normalize sgRNA read counts.
get_CPM(sgcount)
sgcount |
The input table contains read counts of sgRNAs for each sample A function to calculate the CPM (Counts Per Million) (required) |
a normalized CPM table will be returned
library(CB2)
data(Evers_CRISPRn_RT112)
get_CPM(Evers_CRISPRn_RT112$count)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.