Learn to efficiently call variants using GATK's best practices, from environment setup and data preparation to variant evaluation and documentation.
Get free access to thousands LifeScience jobs and projects!
Get free access to thousands of LifeScience jobs and projects actively seeking skilled professionals like you.
Set Up Your Environment
Prepare Your Data
bwa mem -t 4 reference.fa sample_R1.fastq sample_R2.fastq > alignment.sam
.
samtools sort alignment.sam -o sorted\_alignment.bam
.
Mark Duplicates
gatk MarkDuplicates -I sorted\_alignment.bam -O deduped.bam -M metrics.txt
.
Base Quality Score Recalibration (BQSR)
gatk BaseRecalibrator -I deduped.bam -R reference.fa --known-sites dbsnp.vcf --known-sites mills.vcf -O recal\_data.table
.
gatk ApplyBQSR -R reference.fa -I deduped.bam --bqsr-recal-file recal\_data.table -O recalibrated.bam
.
Variant Calling
gatk HaplotypeCaller -R reference.fa -I recalibrated.bam -O raw\_variants.vcf
.
Variant Filtering
gatk VariantFiltration -R reference.fa -V raw_variants.vcf --filter-expression "QUAL < 30.0" --filter-name "LowQual" -O filtered_variants.vcf
.
Evaluate and Validate Variants
Document and Archive
Optimize Bowtie for large genomes by tuning parameters, managing memory, building indexes efficiently, and using multi-threading for improved performance and accuracy.
Guide to normalizing RNA-seq data in DESeq2: Install DESeq2, prepare data, create DESeqDataSet, normalize, check outliers, and use for analysis.
Learn to add custom tracks to the UCSC Genome Browser. This guide covers data preparation, uploading, and customization for enhanced genomic analysis.
Learn to interpret Kraken outputs for taxonomic classification, from setup and input preparation to executing commands, analyzing results, and troubleshooting issues.
Learn to troubleshoot STAR index generation by checking software compatibility, verifying input files, adjusting memory settings, and consulting documentation for solutions.
Boost HISAT2 on HPC by optimizing file I/O, tuning parameters, leveraging scheduler features, utilizing shared memory, monitoring performance, executing in parallel, and fine-tuning indexing.
1
Sign up and showcase your skills, industry, and therapeutic expertise to stand out.
2
Use filters to find projects that match your interests and expertise.
3
Submit applications or receive direct invites from companies looking for experts like you.
4
Our platform suggests projects aligned with your skills for easier connections.