Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 4.57 KB

citation.md

File metadata and controls

64 lines (52 loc) · 4.57 KB

How to cite HiCUP-Plus

Please cite the following preprint:

Kelly, S. T. & Yuhara, S. (2022) HiCUP-Plus: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. bioRxiv 2022.05.18.492393; doi: 10.1101/2022.05.18.492393

BibTeX version:

@article {Kelly2022.05.18.492393,
    author = {Kelly, S. Thomas and Yuhara, Satoshi},
    title = {{H}i{C}{U}{P}-{P}lus: a fast open-source pipeline for accurately processing large scale {H}i-{C} sequence data},
    elocation-id = {2022.05.18.492393},
    year = {2022},
    doi = {[10.1101/2022.05.18.492393](https://doi.org/10.1101/2022.05.18.492393)},
    publisher = {Cold Spring Harbor Laboratory},
    abstract = {Hi-C is an unbiased genome-wide assay to study 3D chromosome conformation and gene-regulation. The HiCUP pipeline is an open-source tool to process Hi-C from massively parallel sequencing while accounting for biases specific to the restriction enzyme digests used. It is an excellent solution tailored to analyse this technique, however the latest aligner supported by the current release is Bowtie2. To improve the computational performance and mapping accuracy when using the HiCUP pipeline, we have modified it to optionally call the HiSAT2 and Dragen aligners. This allows using the HiCUP pipeline with 3rd party aligners, including the commercially-licensed high performance Dragen aligner. The HiCUP+ pipeline is modified extensively to be compatible with Dragen outputs while ensuring that the same results as the original pipeline can be reproduced with the Bowtie or Bowtie2 aligners. Using the highly accurate HiSAT2 or Dragen aligners produces larger outputs with a higher proportion of uniquely mapped read pairs. It is therefore feasible to leverage the reduced compute-time of Dragen to reduce compute costs and turnaround-time without compromising quality of results. The HiCUP pipeline and Dragen both compute rich summary information.Competing Interest StatementThe authors have declared no competing interest.},
    URL = {https://www.biorxiv.org/content/early/2022/05/19/2022.05.18.492393},
    eprint = {https://www.biorxiv.org/content/early/2022/05/19/2022.05.18.492393.full.pdf},
    journal = {bioRxiv}
}

The software release can be cited as follows:

Kelly, S. T. & Yuhara, S. (2023) HiCUP+: a fast open-source pipeline for accurately processing large scale Hi-C sequence data. Software release v1.0.3 URL: https://github.com/hugp-ri/hicup-plus/

BibTex version:

@Manual{,
    author = {Kelly, S. Thomas and Yuhara, Satoshi},
    title = {{H}i{C}{U}{P}-{P}lus: a fast open-source pipeline for accurately processing large scale {H}i-{C} sequence data}},
    year = {2023},
    note = {Software release version v1.0.3},
    url = {[https://github.com/hugp-ri/hicup-plus/](https://github.com/hugp-ri/hicup-plus/)},
}

The original pipeline is described here:

Wingett S., Ewels P., Furlan-Magaril M., Nagano T., Schoenfelder S., Fraser P., and Andrews S. (2015) HiCUP: pipeline for mapping and processing Hi-C data. F1000Research, 4:1310; doi: 10.12688/f1000research.7334.1

BibTeX version:

@Article{pmid26835000,
   author = {Wingett, S.  and Ewels, P.  and Furlan-Magaril, M.  and Nagano, T.  and Schoenfelder, S.  and Fraser, P.  and Andrews, S.},
   title = {{H}i{C}{U}{P}: pipeline for mapping and processing {H}i-{C} data},
   year = {2015},
   doi = {[10.12688/f1000research.7334.1](https://doi.org/10.12688/f1000research.7334.1)}
   publisher = {Faculty of 1000},
   abstract = {HiCUP is a pipeline for processing sequence data generated by Hi-C and Capture Hi-C (CHi-C) experiments, which are techniques used to investigate three-dimensional genomic organisation. The pipeline maps data to a specified reference genome and removes artefacts that would otherwise hinder subsequent analysis. HiCUP also produces an easy-to-interpret yet detailed quality control (QC) report that assists in refining experimental protocols for future studies. The software is freely available and has already been used for processing Hi-C and CHi-C data in several recently published peer-reviewed studies.},
   URL = {[https://doi.org/10.12688/f1000research.7334.1](https://doi.org/10.12688/f1000research.7334.1)},
   eprint = {[https://f1000research.com/articles/4-1310/v1/pdf?article_uuid=1db6bc91-55db-475d-995a-e1eb25cac0f1](https://f1000research.com/articles/4-1310/v1/pdf?article_uuid=1db6bc91-55db-475d-995a-e1eb25cac0f1)},
   journal = {F1000Res},
   volume = {4},
   pages = {1310}
}