Skip to content

Commit 9ebf823

Browse files
committed
Updated docs
1 parent 9619462 commit 9ebf823

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this example, a 3-way Venn diagram of ChIP-seq peaks of histone modifications
1313
intervene venn -i ~/ENCODE/data/H3K27ac.bed ~/ENCODE/data/H3Kme3.bed ~/ENCODE/data/H3K27me3.bed --filenames
1414
1515
.. figure:: img/venn3way.png
16-
:height: 400px
16+
:height: 200px
1717
:alt: 3-way Venn diagram
1818
:align: center
1919

@@ -65,7 +65,7 @@ In this example, we performed a pairwise intersections of super-enhancers in 24
6565
intervene pairwise -i ~/dbSUPER/mm9/*.bed --filenames --compute frac --htype pie
6666
6767
.. figure:: img/pairwise_pie.png
68-
:height: 600px
68+
:height: 500px
6969
:alt: Pairwise heatmap
7070
:align: center
7171

@@ -76,7 +76,7 @@ By setting the ``--htype`` to ``color`` will produce this plot.
7676
intervene pairwise -i ~/dbSUPER/mm9/*.bed --filenames --compute frac --htype color
7777
7878
.. figure:: img/pairwise_color.png
79-
:height: 600px
79+
:height: 500px
8080
:alt: Pairwise heatmap
8181
:align: center
8282

@@ -87,7 +87,7 @@ By setting the ``--htype`` to ``tribar`` will produce a triangular heatmap and w
8787
intervene pairwise -i ~/dbSUPER/mm9/*.bed --filenames --compute frac --htype tribar
8888
8989
.. figure:: img/pairwise_tribar.png
90-
:height: 600px
90+
:height: 500px
9191
:alt: Pairwise heatmap
9292
:align: center
9393

docs/shinyapp.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Introduction
77
Intervene Shiny App provides an interactive interface for intersection and effective visualization of gene or genomic region sets. Currently, Shiny app does not acccept genomic regions as input, but the text files generated by Interve's command line interface can be easily uploaded to further explore and customize the plots in an interactive way. Intervene has three modules: venn to generate Venn diagrams of up-to 6 sets, upset to generate UpSet plots of more than 3 sets and pairwise to compute and visualize pariwise intersections as clustered heatmap.
88

99
.. figure:: img/shinyapp_main.png
10-
:height: 600px
1110
:alt: Interactive Shiny App
12-
:align: center
11+
1312

1413
Venn module
1514
===========

0 commit comments

Comments
 (0)