From d3f4a0ba178c2a94612bf3192e477b72874f0784 Mon Sep 17 00:00:00 2001 From: Jacob Morrison Date: Thu, 2 May 2024 12:12:16 -0400 Subject: [PATCH] add pub citation to README --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c35c81..2ba06d4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ conversion-based DNA methylation/modification data. It was written to perform alignment, DNA methylation and mutation calling, and allele specific methylation from bisulfite sequencing data. +## Publication + +If you use BISCUIT, kindly [cite](https://doi.org/10.1093/nar/gkae097): + +``` +Wanding Zhou, Benjamin K Johnson, Jacob Morrison, Ian Beddows, +James Eapen, Efrat Katsman, Ayush Semwal, Walid Abi Habib, Lyong Heo, +Peter W Laird, Benjamin P Berman, Timothy J Triche, Hui Shen, +BISCUIT: an efficient, standards-compliant tool suite for simultaneous + genetic and epigenetic inference in bulk and single-cell studies, +Nucleic Acids Research, Volume 52, Issue 6, 12 April 2024, Page e32, +https://doi.org/10.1093/nar/gkae097 +``` + # Download and Install Instructions for downloading and installing BISCUIT can be found in the User @@ -36,11 +50,6 @@ usage of BISCUIT. The guide can be found at: Any issues with BISCUIT can be submitted on the Issues page: [https://github.com/huishenlab/biscuit/issues](https://github.com/huishenlab/biscuit/issues). - - - - - # Acknowledgements * lib/aln was adapted from Heng Li's BWA-mem code.