Description Usage Arguments Value
This function is similar to the identifyTSNs function. The difference is that the capped + uncapped library (the R column) is used to define TSNs. We have the following requirements. 1. 3 + pause positions. 2. 5 + total reads.
1 2 | identifyTSNsR(dat, nDistinctPauseThresh = 3, nReadsThresh = 5,
plotMe = FALSE)
|
dat |
a data.table containing results of a CoPRO experiment |
nDistinctPauseThresh |
number of distinct pause sites required |
nReadsThresh |
number of total cappped + uncapped (R) reads required |
a vector containing the nucleotides (indexed by ID5) that qualify as TSNs according to the above criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.