tx_add_misincRate | R Documentation |
Add a column to txDT of the ratio of different nucleotides to the total of nucleotide reads, not counting undetermined reads 'N' and inserts '.'.
tx_add_misincRate(DT, minNucReads = 20, addCounts = FALSE)
DT |
data.table. A table as output by the
|
minNucReads |
Minimum number of nucleotides read needed to calculate misincorporation rate |
addCounts |
Set to TRUE to add counts of total nucleotides read (nucTotal) and different to reference nucleotide (misincCount) columns. |
data.table
tx_add_diffNucToRef
and tx_add_nucTotal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.