Description Usage Arguments Details Value See Also Examples
Plot the gene region distribution of PA sites.
1 | plotPADistribution(PAdf, resultpath, colorOfBar)
|
PAdf |
A dataframe that contains the PA information of all reads, Contains at least three columns: PAID, gene, ftr. |
resultpath |
The specified path to save barplot. |
colorOfBar |
The color of barplot, as input in hexadecimal form, defaults to "#196BE1". |
Plot the gene region distribution of PA sites, including "3UTR", "5UTR", "CDS", "exon", "intergenic", "intron". Finally, we will save the PA locus distribution barpllot in PPTX format to the path you specified.
A barplot.
[plotGenePAnumbers()] to plot the gene frequency distribution with different number of PA sites. @export
Other Visualization functions:
DSA_UpsetPlot()
,
DSA_ViolinPlot()
,
PALdsa()
,
nonAanalysis()
,
plotGenePAnumbers()
,
plotPALDistribution()
,
plotPASignals()
,
tailViso()
1 2 | data(PAs)
p <- plotPADistribution(PAs,"./","#9BBFDC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.