volGeneTE | R Documentation |
visualize the gene and TEs expression using volcano plots
volGeneTE(resGene, resTE, fileName = NULL)
resGene |
res Gene expression data from TEKRABber |
resTE |
res TE expression data from TEKRABber |
fileName |
specify the file name if you want to save the figure |
ggplot object
data(resHmChimpGene)
data(resHmChimpTE)
volGeneTE(resHmChimpGene, resHmChimpTE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.