View source: R/cicero_functions.R
Plot cicero connections that flank the coordinates of a given gene in a given .gtf
1 2 | flanking_connections(cur_gene, connections, gene_anno, bp_extend = 500,
verbose = FALSE, ...)
|
cur_gene |
name of the gene you want to plot |
connections |
cicero connections with some extra columns |
gene_anno |
dataframe containing gtf info |
bp_extend |
number of basepairs to plot +- relevant peaks. Also the number of bp +- the gene to flank (may change this) |
... |
parameters passed to cicero plot_connections function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.