Learn R Programming

gap (version 1.6)

circos.mhtplot: circos Manhattan plot with gene annotation

Description

circos Manhattan plot with gene annotation

Usage

circos.mhtplot(data, glist)

Value

None.

Arguments

data

Data to be used.

glist

A gene list.

Details

The function generates circos Manhattan plot with gene annotation.

Examples

Run this code
if (FALSE) {
require(gap.datasets)
glist <- c("IRS1","SPRY2","FTO","GRIK3","SNED1","HTR1A","MARCH3","WISP3",
           "PPP1R3B","RP1L1","FDFT1","SLC39A14","GFRA1","MC4R")
circos.mhtplot(mhtdata,glist)
}

Run the code above in your browser using DataLab