circos.cis.vs.trans.plot {gap} | R Documentation |
circos plot of cis/trans classification
circos.cis.vs.trans.plot(hits, panel, id, radius = 1e+06)
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. |
The function implements a circos plot at the early stage of SCALLOP-INF meta-analysis.
None.
## Not run:
circos.cis.vs.trans.plot(hits="INF1.merge", panel=inf1, id="uniprot")
## End(Not run)