ComputePseudoNtr | R Documentation |
NTRs can be computed from given new and total counts.
ComputePseudoNtr(
data,
new.slot,
total.slot = DefaultSlot(data),
detection.rate = 1
)
data |
a grandR object |
new.slot |
the slot containing new RNA counts |
total.slot |
the slot containing total RNA counts |
detection.rate |
the detection rate of T-to-C mismatch reads (see details) |
To correct for some bias, a detection rate (as suggested by Cao et al., Nature Biotech 2020) should be provided. This detection rate defines, how much new RNA is detected on average using the T-to-C mismatch reads.
a new grandR object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.