Description Usage Arguments Details Value See Also Examples
Draw the frequency distribution diagram of PA signal.
1 | plotPASignals(PAdf, resultpath, bsgenome, signals, 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. |
bsgenome |
Reference genomes of the species of interest. |
signals |
The set of PA signal sequences of interest, such as signals=c("AATAAA","ATTAAA","AAGAAA","AATATA"). |
colorOfBar |
The color of barplot, as input in hexadecimal form, defaults to "#196BE1". |
plot the probability distribution of the occurrence of user-specified or default PA signal within the first 50bp base range of PA site.
A barplot.
[plotGenePAnumbers()] to plot the gene frequency distribution with different number of PA sites.
Other Visualization functions:
DSA_UpsetPlot()
,
DSA_ViolinPlot()
,
PALdsa()
,
nonAanalysis()
,
plotGenePAnumbers()
,
plotPADistribution()
,
plotPALDistribution()
,
tailViso()
1 2 3 4 | library("BSgenome.Mmusculus.UCSC.mm10")
bsgenome = BSgenome.Mmusculus.UCSC.mm10
data(PAs)
p <- plotPASignals(PAs,"./",bsgenome = bsgenome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.