Learn R Programming

gap (version 1.5-1)

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

Description

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

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.

Examples

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

Run the code above in your browser using DataLab