Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
hic
Commits
8a6199b6
Commit
8a6199b6
authored
4 years ago
by
nservant
Browse files
Options
Downloads
Patches
Plain Diff
[MODIF] edit README
parent
e533f0a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
README.md
+10
-7
10 additions, 7 deletions
README.md
with
15 additions
and
7 deletions
CHANGELOG.md
+
5
−
0
View file @
8a6199b6
...
...
@@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v1.3.0dev - 2020-11-01
*
Add HiCExplorer distance decay quality control
*
Add HiCExplorer TADs calling
*
Add insulation score TADs calling
*
Generate cooler/h5/txt contact maps
*
Normalize Hi-C data with cooler instead of iced
*
New
`--digestion`
parameter to automatically set the restriction_site and ligation_site motifs
*
New
`--keep_multi`
and
`keep_dup`
options. Default: false
*
Template update for nf-core/tools v1.11
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
7
View file @
8a6199b6
...
...
@@ -14,7 +14,7 @@
## Introduction
This pipeline
is based on
the
This pipeline
was originally set up from
the
[
HiC-Pro workflow
](
https://github.com/nservant/HiC-Pro
)
.
It was designed to process Hi-C data from raw FastQ files (paired-end Illumina
data) to normalized contact maps.
...
...
@@ -23,6 +23,8 @@ well as protocols that do not require restriction enzymes such as DNase Hi-C.
In practice, this workflow was successfully applied to many data-sets including
dilution Hi-C, in situ Hi-C, DNase Hi-C, Micro-C, capture-C, capture Hi-C or
HiChip data.
Contact maps are generated in standard format including HiC-Pro, cooler, and h5 format.
Addition downstream analysis steps such as TADs calling are also available.
The pipeline is built using
[
Nextflow
](
https://www.nextflow.io
)
, a workflow tool
to run tasks across multiple compute infrastructures in a very portable manner.
...
...
@@ -32,13 +34,14 @@ results highly reproducible.
## Pipeline summary
1.
Mapping using a two steps strategy to rescue reads spanning the ligation
sites (bowtie2)
2.
Detection of valid interaction products
sites (
[
`
bowtie2
`
](
http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
)
)
2.
Detection of valid interaction products
(
[
`HiC-Pro`
](
https://github.com/nservant/HiC-Pro
)
)
3.
Duplicates removal
4.
Create genome-wide contact maps at various resolution
5.
Contact maps normalization using the ICE algorithm (iced)
6.
Quality controls and report (MultiQC)
7.
Addition export for visualisation and downstream analysis (cooler)
4.
Create genome-wide contact maps at various resolution (
[
`cooler`
](
https://github.com/open2c/cooler
)
)
5.
Contact maps normalization using the ICE algorithm (
[
`cooler`
](
https://github.com/open2c/cooler
)
)
6.
Quality controls (
[
`HiC-Pro`
](
https://github.com/nservant/HiC-Pro
)
,
[
`HiCExplorer`
](
https://github.com/deeptools/HiCExplorer
)
)
7.
TADs calling (
[
`HiCExplorer`
](
https://github.com/deeptools/HiCExplorer
)
,
[
`cooler`
](
https://github.com/open2c/cooler
)
)
8.
Quality control report (
[
`MultiQC`
](
https://multiqc.info/
)
)
## Quick Start
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment