A docker image containing the source code and dependencies has been published for reproducibility. You can run it using the apptainer container runtime.
The entire analysis can be completed in just three steps:
Specific the path of references (.fasta) and samples (.fastq) in a configure file (.YAML).
data.yaml
for example(Click to expand)Run all the analysis by one command:
apptainer run docker://y9ch/bidseq
View the analytics reports and filtered sites.
βββ align_bam
βββ report_reads
βββ filter_sites
- trimming, mapping, and deduping reports are in `report_reads` folder, with key numbers in all the steps reported in one webpage([example](https://y9c.github.io/pseudoU-BIDseq/readsStats)).
- filtered sites for Ψ detection are in the `filter_sites` folder. These sites are only passed the _simplest filtering_, you can apply customized thresholds to them based on your data type and quality.
- processed mapping results (_.bam_) are in `align_bam` folder. You can zoom into a location that you are interested in IGV.
cite this software
@misc{y_y9cpseudou-bidseq_2022,
title = {y9c/{pseudoU}-{BIDseq}: v1.0},
url = {https://zenodo.org/record/8158036},
urldate = {2023-07-18},
publisher = {Zenodo},
author = {Ye, Chang},
month = dec,
year = {2022},
doi = {10.5281/zenodo.8158036},
}
cite the protocol
@article{dai2023quantitative,
title={Quantitative sequencing using BID-seq uncovers abundant pseudouridines in mammalian mRNA at base resolution},
author={Dai, Qing and Zhang, Li-Sheng and Sun, Hui-Lung and Pajdzik, Kinga and Yang, Lei and Ye, Chang and Ju, Cheng-Wei and Liu, Shun and Wang, Yuru and Zheng, Zhong and others},
journal={Nature Biotechnology},
volume={41},
number={3},
pages={344--354},
year={2023},
publisher={Nature Publishing Group US New York}
}
cite the method
@article{dai_quantitative_2022,
title = {Quantitative sequencing using {BID}-seq uncovers abundant pseudouridines in mammalian {mRNA} at base resolution},
issn = {1087-0156},
doi = {10.1038/s41587-022-01505-w},
journal = {Nature Biotechnology},
author = {Dai, Qing and Zhang, Li-Sheng and Sun, Hui-Lung and Pajdzik, Kinga and Yang, Lei and Ye, Chang and Ju, Cheng-Wei and Liu, Shun and Wang, Yuru and Zheng, Zhong and Zhang, Linda and Harada, Bryan T. and Dou, Xiaoyang and Irkliyenko, Iryna and Feng, Xinran and Zhang, Wen and Pan, Tao and He, Chuan},
year = {2022},
pages = {1--11},
}
Copyright © 2021-present Chang Y