virajbdeshpande / AmpliconArchitect

AmpliconArchitect (AA) is a tool to identify one or more connected genomic regions which have simultaneous copy number amplification and elucidates the architecture of the amplicon. In the current version, AA takes as input next generation sequencing reads (paired-end Illumina reads) mapped to the hg19/GRCh37 reference sequence and one or more regions of interest. Please "watch" this repository for improvements in runtime, accuracy and annotations for GRCh38 human reference genome coming up soon.
Other
131 stars 41 forks source link

Whether to filter low-quality reads of BAM files #116

Open DexinYang1998 opened 2 years ago

DexinYang1998 commented 2 years ago

Hi, After performing bwa mem to align reads to the reference genome, I am wondering whether I should filter the low-quality mapped reads (e.g., samtools view -q 30)?