Skip to content

Commit

Permalink
Merge pull request #3 from dovetail-genomics/rtd-hichip-compare
Browse files Browse the repository at this point in the history
compare updates
  • Loading branch information
torchij committed Apr 19, 2022
2 parents cb6872b + 4b5510b commit 91c8184
Show file tree
Hide file tree
Showing 11 changed files with 686 additions and 1 deletion.
30 changes: 29 additions & 1 deletion docs/source/data_sets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
HiChIP Data Sets
================


To download one of the data sets, simply use the wget command:

.. code-block:: console
Expand Down Expand Up @@ -42,3 +41,32 @@ Human, hg38, Peak files from ENCODE project
:header-rows: 1
:widths: 12 12 12 40 24
:class: tight-table

Data used for HiChIP Comparative Analysis (Mouse, mm10)
-------------------------------------------------------

.. _HCPD:

To get a list of all the files generated from the HiChIP Comparative Analysis tutorial, including the required reference genomes, you can use the command:

.. code-block:: console
aws s3 ls s3://dovetail.pub/HiChIP/compare_samples/
Use wget to download any given file, replacing "s3://" with "https://s3.amazonaws.com/", followed by the remaining path to the file. For example:

.. code-block:: console
wget https://s3.amazonaws.com/dovetail.pub/HiChIP/compare_samples/Reference_Genome/mm10.fa
+------------------+------------------------------------------------------------------------------------------------+
| Data Set | Link |
+==================+================================================================================================+
| Fastqs | - https://s3.amazonaws.com/dovetail.pub/HiChIP/compare_samples/fastq_inputs/sampleA_R1.fastq.gz|
| (Sample A) | - https://s3.amazonaws.com/dovetail.pub/HiChIP/compare_samples/fastq_inputs/sampleA_R2.fastq.gz|
+------------------+------------------------------------------------------------------------------------------------+
| Fastqs | - https://s3.amazonaws.com/dovetail.pub/HiChIP/compare_samples/fastq_inputs/sampleB_R1.fastq.gz|
| (Sample B) | - https://s3.amazonaws.com/dovetail.pub/HiChIP/compare_samples/fastq_inputs/sampleB_R2.fastq.gz|
+------------------+------------------------------------------------------------------------------------------------+

Note: The full dataset, including input files and generated output is ~183Gb (roughly 5h with a network speed of 10Mb/s).
655 changes: 655 additions & 0 deletions docs/source/hichip_compare.rst

Large diffs are not rendered by default.

Binary file added docs/source/images/Fig1_Overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Fig2_QC.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Fig3_Differential_Looping.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Fig4_APAs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Fig5_GO.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Fig6_KEGG_Path.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Fig7_ROI_track.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/Table1_QC_stats.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Overview

loops

hichip_compare

plot_arc

1D_peak
Expand Down

0 comments on commit 91c8184

Please sign in to comment.