View source: R/parallel_plot.R
parallel_inter | R Documentation |
Title plot parallel interaction plot skeleton
parallel_inter(GENE1_anno, GENE2_anno, R1, R2, GENE1_COLOR = "#deb210", GENE2_COLOR = "#668ed1", xdrift = 0, ydrift = 0, genename1 = "", genename2 = "")
GENE1_anno |
Dataframe, gene annotaion bed file. eg could be seen |
GENE2_anno |
Dataframe, gene annotaion bed file. eg could be seen |
R1 |
Dataframe, Read1 annotation file. eg could be loaded with |
R2 |
Dataframe, Read2 annotation file. eg could be loaded with |
GENE1_COLOR |
String, with default "#deb210" |
GENE2_COLOR |
string, with default "#668ed1" |
xdrift |
numeric. x axis drift from 0. |
ydrift |
numeric. y axis drift from 0. |
para object
data(GENE1_anno,GENE2_anno,R1,R2) para <- parallel_inter(GENE1_anno,GENE2_anno,R1,R2) ggplot() + para@geom_para
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.