Description Usage Arguments Details Value See Also Examples
Plot the gene frequency distribution with different number of PA sites.
1 | plotGenePAnumbers(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 frequency distribution with different number of PA sites. Genes were divided into five groups, each containing the number of PA sites 1, 2, 3, 4, 5 and greater than 5, respectively.
A barplot.
[plotGenePAnumbers()] to plot the gene frequency distribution with different number of PA sites.
Other Visualization functions:
DSA_UpsetPlot()
,
DSA_ViolinPlot()
,
PALdsa()
,
nonAanalysis()
,
plotPADistribution()
,
plotPALDistribution()
,
plotPASignals()
,
tailViso()
1 2 | data(PAs)
p <- plotGenePAnumbers(PAs,"./","#DF7C7D")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.