Finding mutations by Ilumina rna-seq data
2
0
Entering edit mode
2.2 years ago
Deepblue ▴ 10

Hi,

I have rna-seq data that comes from a pool of evolved and reference bacterial strains. I would like to know if there has been any mutations in the genes in mutated strains, but can't afford genomics to find them. Is there any way/package to find mutations using my rna-seq data? They're all 2 × 150 bp.

Thank you

rna-seq mutation • 760 views
ADD COMMENT
1
Entering edit mode

RNAseq data is not tested for variant calling vigorously. You can try the tutorial here: https://ssvbio.github.io/rna-seq-and-gatk-best-practices. In tutorial, tophat is used as tutorial is old. You can use hisat2 instead of tophat and probably you can skip step 9.

ADD REPLY
2
Entering edit mode
2.2 years ago
kashiff007 ★ 1.9k

Although RNA-seq is not the desired data to call mutation (SNPs), since u are lacking with other genomics data use this pipeline from gatk: https://gatk.broadinstitute.org/hc/en-us/articles/360035531192-RNAseq-short-variant-discovery-SNPs-Indels-

ADD COMMENT
1
Entering edit mode
2.2 years ago

It's not ideal, but I would use samtools markdup to remove the duplicate reads, then use freebayes or samtools, or maybe snippy (more bacteria specific, but maybe just for WGS data).

There's a Galaxy tutorial here for general concepts: https://training.galaxyproject.org/training-material/topics/variant-analysis/tutorials/microbial-variants/tutorial.html

ADD COMMENT

Login before adding your answer.

Traffic: 1577 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6