View source: R/circos.mhtplot.R
circos.mhtplot | R Documentation |
circos Manhattan plot with gene annotation
circos.mhtplot(data, glist)
data |
Data to be used. |
glist |
A gene list. |
The function generates circos Manhattan plot with gene annotation.
None.
## Not run:
require(gap.datasets)
glist <- c("IRS1","SPRY2","FTO","GRIK3","SNED1","HTR1A","MARCH3","WISP3",
"PPP1R3B","RP1L1","FDFT1","SLC39A14","GFRA1","MC4R")
circos.mhtplot(mhtdata,glist)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.