Description Usage Arguments Details Value Author(s) References
View source: R/siggenescoreplot.R
Visualization of MSB scores of interested genes.
1 2 3 4 5 6 7 | siggenescoreplot(fdmgene,
siggene,
plotname = "FocusedGene",
savepath = NA,
sigthresh = 0.3,
rescore_thr = 0.8,
descore_thr = 0.8)
|
fdmgene |
A dataframe of functional DmM genes' information. It is generated using fdmdeepm6A function. |
siggene |
A vector of the gene symbol of interested genes to visualize |
plotname |
The name of the plot |
savepath |
The file path where to save the result |
sigthresh |
The threshold of the FDR used to determine whether a DmMGene is a FDmMGene |
rescore_thr |
The threshold of relative MSB score percentage used to determine FDmMGenes with relatively higher MSB score |
descore_thr |
The threshold of DE score percentage used to determine FDmMGenes with relatively higher MSB score |
Visualization of MSB scores along with DE scores of interested genes and FDmMGenes with relatively higher MSB scores and DE scores.
By default, siggenescoreplot will output result of DmMGene’s MSB score along with DE score.
Songyao Zhang
Funm6AViewer: Visualization of single base differential m6A methylation sites and functional DmM genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.