protein Sequences from whole genome data
Hello everyone,
What is the systemic approach to find protein coding regions from the whole genome data when refseq protein data is incomplete.
Thank You
kumar
assembly
next-gen
gene
sequencing
• 1,293 views
•
link
written
by
kkumarreddy •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Filtering CDS from a full mitogenome
written by Felipe •Hello everyone, I have several sequences of the whole mitochondrial genome of the Yellow Crazy Ant and I also have (from NCBI: https://www.ncbi.nlm.nih.gov/nuccore/NC_039576.1) the annotation …
-
Extract only locations of annotated genes from a reference genome
written by Ivan •I have a reference genome `ref_genome.fna` I got by downloading via `datasets download genome` via its accession number. GenBank assembly and RefSeq assembly are identical. …
-
Whole Genome Sequencing: Identification of genomic differences
written by yiren •hello everyone: Now ,I have a illumina whole genome seqence data of clinical fungal.I want to know the difference that my seqence from reference genome …
-
Translation for genes with introns
written by DNAlias •I used tBLASTn to find a homolog for a human RefSeq gene in an unannotated genome. I want to find the corresponding protein sequence, but …
-
Does anyone know any ANNOVAR alternatives for Whole Genome Sequencing with flexible filters for ann…
written by screadore •Hello everyone, I'm looking to find alternatives to ANNOVAR whole genome sequencing annotations that offers flexible filtering options for non-coding regions of DNA? If anyone …
-
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 …
-
How to Extract Full sequences for Low Quality (predicted) Protein Sequences from whole genome data
written by kkumarreddy •HI, Can anyone suggest me methodologies for extracting the complete sequence for the low quality predicted protein sequence reported in refseq database or NCBI protein …
-
SNP distribution/genome locations
written by H. •Hi everyone, I have a few questions about the distribution of disease-SNPs on the genome. I apology in advance if some of them are very …
-
RNASeq: Normalization and Differential Gene Expression on lncRNAs and Protein-coding genes
written by komal.rathiHi everyone, I have the HTSeq counts for [Gencode v19][1] protein-coding genes and long-noncoding RNAs separately. I normalized and performed a differential gene expression analysis …
-
Annovar And Protein Sequence
written by Chris •<p>I'm using annovar for mapping 1KG data onto mRNA transcripts. Now, since I'm interested in nsSNPs, I would like to know the whole protein sequence. …
Depending on kind of genome you are working with, you would either need to run a gene prediction tool followed by translations (eukaryotic) or find open reading frames and translate them (prokaryotic).
How did you decide that the RefSeq protein data is incomplete? Are you looking at RefSeq genomes or individual RefSeq proteins records?
Thank you for the Reply. I am working with eukaryotic organisms. What would be the Input for gene prediction Tools (SRA data or Assembly data) along with our Protein of interest.
I did a BLAST search for my gene against refseq databaseselecting my organism of interest. I checked refseq genomes as well as individaul Protein refseq files. Protein sequence have few amino acids missing and Genome files have "NNNNN" at respective positions
What are you trying to achieve? It sounds like the protein is present but the sequence might be truncated/missing due to incomplete assembly.
Do you have WGS assembly with a complete nucleotide sequence of the gene interest?
Thank You for the response. Yes, I do have WGS assembly, however few regions in my gene of interest region are missing due to incomplete assembly. To find out those residues, I have taken refseq protein sequence of my interest (truncated version) and blasted it against whole genome SRA reads using blast+ after processing them with sratoolkit. The problem is I am not getting hits for few of the protein regions. Similar results i am getting even when i use full sequence as a query from closely related organism.
My aim is to find out the complete protein/cDNA sequence for my gene of interest in different organisms using WGS data.
Right. Okay that makes sense. From a very brief outlook I think that gene is hard to assembly. You should consider long-read data or maybe using sanger sequencing (custom primers to amplify the sequence + sanger sequencing) to try to get a better picture of the nucleotide composition in the regions that are missing. It doesn't sound like there are any more info on your gene of interest in public repos.
Thanks you. Do you think are there any other approaches that I can explore. For few of the organisms, there is close to 100X coverage. I am asking this because, I have a large list of organisms. Ya, I am exploring the option of long reads. for one organism i am using pacbio sequencing data. yet to finish it. No, the full sequence of the gene is available for many organisms. And most of the refseq data of different organisms contains truncated version of the protein sequence. Custom primers to amplify the sequence is my last option because of the many organisms and the procedures involved in the collection of biological samples.