tx_add_startRatio1bpDS | R Documentation |
Add a column to DT of the read-starts to coverage ratio, shifted 1 base-pair downstream. This means that the last measurement in any gene is always an NA to account that there was no measurement to be shifted.
tx_add_startRatio1bpDS(DT, minCov = 50)
DT |
data.table. A table as output by the |
minCov |
numeric. Minimum coverage required to output ratio. If coverage is less then an NA is output in that position. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.