Frontiers in Genetics,2023年
Jiayu Yuan, Yazhou Li, Kai Yang, Yufan Yuan, Donglan Sun, Jing Zhang, Wenqi Chen, Qing Guo, Ying Liang
LicenseType:Unknown |
Background and aims: Short-rib thoracic dysplasia 3 with or without polydactyly (SRTD3) represents a type of severe fetal skeletal dysplasia (SD) characterized by shortened limbs, narrow thorax with or without polydactyly, which is caused by the homozygous or compound heterozygous mutations in the DYNC2H1 gene. SRTD3 is a recessive disorder, identification of the responsible genetic variation would be beneficial to an accurate prenatal diagnosis and well-grounded counseling for the affected families.Material and methods: Two families having experienced recurrent fetal SDs were recruited and submitted to a multiplatform genetic investigation. Whole-exome sequencing (WES) was performed with samples collected from the probands. Sanger sequencing and fluorescent quantitative PCR (qPCR) were conducted as validation assays for suspected variations.Results: WES identified two compound heterozygous variations in the DYNC2H1(NM_001080463.2) gene, namely c.2386C>T (p.Arg796Trp) and c.7289T>C (p.Ile2430Thr) for one; and exon (64–83)del and c.8190G>T (p.Leu2730Phe) for the other, respectively. One variant in them, exon (64–83)del, was novelly identified.Conclusion: The study detected two compound heterozygous variation in DYNC2H1 including one novel deletion: exon (64–83) del. Our findings clarified the cause of fetal skeletal dysplasia in the subject families, provided guidance for their future pregnancies, and highlighted the value of WES in diagnosis of skeletal dysplasia with unclear prenatal indications.
Frontiers in Genetics,2023年
Shufang Cui, Jiaxing Yang, Yanqing Liu, Jordan Lu, Yanchun Zhang, Jing Zhang
LicenseType:Unknown |
Frontiers in Genetics,2023年
Jun Li, Jing Zhang, Xiaoni Zhang, Mingyan Xu, Yaru Chen, Zhouyang Wang, Shifu Chen, Wenjian Qin, Jishuai Zhang, Heera Nand, Xiaoming Liang
LicenseType:Unknown |
With the increasing throughput of modern sequencing instruments, the cost of storing and transmitting sequencing data has also increased dramatically. Although many tools have been developed to compress sequencing data, there is still a need to develop a compressor with a higher compression ratio. We present a two-step framework for compressing sequencing data in this paper. The first step is to repack original data into a binary stream, while the second step is to compress the stream with a LZMA encoder. We develop a new strategy to encode the original file into a LZMA highly compressed stream. In addition an FPGA-accelerated of LZMA was implemented to speedup the second step. As a demonstration, we present repaq as a lossless non-reference compressor of FASTQ format files. We introduced a multifile redundancy elimination method, which is very useful for compressing paired-end sequencing data. According to our test results, the compression ratio of repaq is much higher than other FASTQ compressors. For some deep sequencing data, the compression ratio of repaq can be higher than 25, almost four times of Gzip. The framework presented in this paper can also be applied to develop new tools for compressing other sequencing data. The open-source code of repaq is available at: https://github.com/OpenGene/repaq.