circos.mhtplot {gap} | R Documentation |
circos Manhattan plot with gene annotation
Description
circos Manhattan plot with gene annotation
Usage
circos.mhtplot(data, glist)
Arguments
data |
Data to be used. |
glist |
A gene list. |
Details
The function generates circos Manhattan plot with gene annotation.
Value
None.
Examples
## 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)
[Package gap version 1.5-3 Index]