I have a protein sequence and I need to mutate a sequence without changing the folds. Is there any tool available to check which amino acid residues in protein sequence can be mutated?
Please edit your question to contain enough detail to answer it. What do you mean by: "mutate a sequence without changing the folds". I guess you mean "which residues can be mutated without changing the structure of the protein (too much)"? What is your application of knowing these unconstrained residues?
I think he wants to get a list of possible SNVs at a position from the given codon in the cDNA so he doesnt have to go through the ones that aren't biologically possible for an SNV.
Btw.: If it's this I would use a chain of EMBOSS tools: transeq | backtranambig, that should output all ambiguous nucleotide sequences. However, if the application to express recombinant protein, it would be better to use backtranseq with a proper codon-frequency table.
Hello, 1. I have a list of SNP variations(`chr:pos:rsid if present:reference nucleotide:alternate nucleotide`) 2. I want to map these variations to their corresponding position on …
<p>Hi All,</p> <p>How can I map protein amino acid residue position/boundaries ( example: for a protein residue boundary ILe144-Lys213) to its actual genomic base pair …
<p>Hi to all, When trying to build a homology modeling for a protein with high sequence identity (>80%)with PDB structure using SwissModel with "alignment mode" …
<p>Hi Everyone,</p> <p>I have been recently thinking to do some project of my own. I am getting more interested nowadays in bio-scripting and developing unique …
Please edit your question to contain enough detail to answer it. What do you mean by: "mutate a sequence without changing the folds". I guess you mean "which residues can be mutated without changing the structure of the protein (too much)"? What is your application of knowing these unconstrained residues?
I think he wants to get a list of possible SNVs at a position from the given codon in the cDNA so he doesnt have to go through the ones that aren't biologically possible for an SNV.
Like all synonymous codons? Certainly, that would keep the protein sequence identical.
.....Maybe.....
Btw.: If it's this I would use a chain of EMBOSS tools:
transeq | backtranambig, that should output all ambiguous nucleotide sequences. However, if the application to express recombinant protein, it would be better to use backtranseq with a proper codon-frequency table.