Learn R Programming

gap (version 1.6)

circos.cis.vs.trans.plot: circos plot of cis/trans classification

Description

circos plot of cis/trans classification

Usage

circos.cis.vs.trans.plot(hits, panel, id, radius = 1e+06)

Value

None.

Arguments

hits

A text file as input data with varibles named "CHR","BP","SNP","prot".

panel

Protein panel with prot(ein), uniprot (id) and "chr","start","end","gene".

id

Identifier.

radius

The flanking distance as cis.

Details

The function implements a circos plot at the early stage of SCALLOP-INF meta-analysis.

Examples

Run this code
if (FALSE) {
  circos.cis.vs.trans.plot(hits="INF1.merge", panel=inf1, id="uniprot")
}

Run the code above in your browser using DataLab