More posts like this
-
whole genome sequencing data bank
written by ali.kian.saei •i want to find whole genome sequence of kidney cancer and normal cell. which data bank can i use? and how can i find mutations …
-
How to find SNPs
written by Jagbir •Hi I want to find out the possible SNPs in the genome sequence by comparing two whole-genome sequences. Thanks
-
Frequency of frame shift SNP's in Whole genome Assembly
written by kkumarreddy •Hi, How common is frame shift mutations in the genome assembly? The gene of my interest has frame shift SNP's when checked in whole genome …
-
Where to get homopolymer annotation for human genome ?
written by lzy •I got lots of SNV and Indel somatic mutations from whole genome sequencing data from tumor. And I want to annotate these somatic mutations with …
-
variant calling by GATK question about alignment
written by rob.costa1234I have a human whole genome sequence data and I would like to call SNPs/ Indels/ mutations using GATK best practice module. Can I use …
-
mostly heterozygous SNP
written by selias •Hi I got a reseq data of a plant genome. After variant calling by GATK most of the SNP found are heterzygote. Can anyone please …
-
Need help : gene with highest number of high quality SNPs in reference genome.
written by Varshney •Hello everyone, this is my problem: I am very new in this analysis. I have done bowtie2 for my genome sequence data and it was …
-
How to anlyse CD-HIT2d-Result_to filter non-homologous
written by Nitha •Hi All, I have compared 2 whole protein (human with bacteria), cd-hit2d program was performed with 0.7 (70%), I have got some result. I'm not …
-
How to locate the intergeneic SNPs in cis-regulatory element
written by gzr3150 •<p>Hi, I am a beginner in genome field and I hope some teachers can give me a guidence.</p> <p>Now, for example, I have some SNPs …
-
Whole Genome Snp And Core Genome Snp
written by HG<p>Hi everyone although this question posted earlier but due to not satisfactory result i am posting again as i want to do same kind of …
Hello Jagbir,
what have you tried so far to find out? You tagged this post with
aligment. So the first step seems to be known to you. What comes next is variant calling. A good starting point to get in touch with this kind of analysis are the GATK best practices guides.fin swimmer
Hi thanks for the reply I have tried aligning both the sequences using blast.
Basically I want to find out the mode of action of the novel compounds. I have generated the mutants of mycobacterium using high concentrations of these compounds and got the data for whole genome sequencing. I would like to compare this data with that of the wild type and see if there are any point mutations or SNPs. If they are any mutations, on what gene or genes they are associated with.
Thanks
Hello,
could you please elaborate a little bit more on what kind of data do you have? fastq from a sequencing project? fasta of the organism you like to compare? Anything other than that?
fin swimmer
Hi I do have the whole genome sequence data for both the organisms in fasta format also trimmed reads in fastq format
Kin Regards
BLAST is not suitable for this. This is not what #finswimmer meant by "alignment". BLAST simply takes a short query sequence and aligns it to a database to look for similar sequences to identify the origin of the query sequence. But you are looking at an entire genome.
What you need is an "aligner" that will take the entire fastq file/files and align them to a reference genome. There are many aligners out there including HISAT2 or STAR.
However, #finswimmer has already directed you to the best place to start your learning. The GATK pipeline is what you will most likely end up using to identify and analyize the SNPs, so go read what they say you should do in preparation.