Description Usage Arguments Details Value See Also Examples
Quantify and Statistics the nonA base in tail.
1 | nonAanalysis(tailinfo, justOneTail)
|
tailinfo |
A tail information table containing at least PAL, sample name, tail sequence, chain direction, and gene infomation. |
justOneTail |
Boolean value. Indicates whether to analyze only data of type one-tail, which defaults to T. |
After users input the tail information table, we will quantify the non-A base content in each tail, and count the number of reads with non-A base tail in each sample and the proportion of non-A base content in each sample.
A large list containing quantitative data tables and statistical graphs.The two figures respectively represent the column chart of the number and proportion of reads with non-A bases in each sample and the specific occurrence frequency of non-A bases in each sample.
[tailViso()] to visualize tails using heat maps and logos.
Other Visualization functions:
DSA_UpsetPlot()
,
DSA_ViolinPlot()
,
PALdsa()
,
plotGenePAnumbers()
,
plotPADistribution()
,
plotPALDistribution()
,
plotPASignals()
,
tailViso()
1 2 3 4 5 6 | data(AnnotedTails)
re <- nonAanalysis(AnnotedTails)
re$p1
re$p2
re$p3
nonAre <- re$nonAinfo
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.