Science topic

Mutation - Science topic

Mutation is an any detectable and heritable change in the genetic material that causes a change in the GENOTYPE and which is transmitted to daughter cells and to succeeding generations.
Questions related to Mutation
  • asked a question related to Mutation
Question
1 answer
Im having trouble with site directed mutagenesis, and after attempts at trouble shooting with no luck, hoping someone might have some advice. The PCR mix includes:
- 1uL of plasmid DNA[50ng/uL] at 5kb in size (~48% GC)
- 5uL of dNTP mix[8 uM]
- 2.5 uL of forward and reverse primers [10uM each] that are ~40bp and Tm ~62oC
- Im using Q5 polymerase (1uL) with Q5 buffer (10uL), and ddH20 for total of 50uL.
- negative control includes all this but no primers
I will then take 20uL of my PCR reaction and incubate with 1uL of DpnI for 5-6 hours at 37oC. Once finished, I transform 100uL of Chemi Comp cells with that 20uL solution, recover for typically 1 hour (I've tried longer), and plate with my appropriate antibiotic.
I've tried increasing DNA-template concentrations, longer extension times (up to 10 mins), varying annealing temperatures (56-68oC), increasing the amount of cycles (typically 20 cycles, but also tried 30), and I still have no luck. I either get no colonies on my plate (but my negative control does), or when I do and send out multiple colonies for sequencing, the mutation is either not incorporated, or there is non-synonymous mutations elsewhere.
I appreciate any help/advice I can get!
Relevant answer
Answer
Q5 is a proof reading polymerase so will try to correct your mutations.
  • asked a question related to Mutation
Question
2 answers
Does natural selection cause adaptation and can mutation increase genetic variation and relationship among evolutionary mechanisms and genetic diversity?
Relevant answer
Answer
Dr Loubna Youssar thank you for your contribution to the discussion
  • asked a question related to Mutation
Question
4 answers
I am trying to analyse mutation data for endometrial cancer obtained from different studies within several databases (COSMIC, cBioportal, Intogen). I have collated the data and grouped the mutations by gene. The focus of the analysis are non-synonymous coding mutations - because these mutations are most likely to cause a change in the normal protein function.
The aim of the study is to understand the mutational landscape of Endometrial cancer. The main objectives of the study are to find the commonly mutated genes in endometrial cancer, to find significantly damaging gene mutations in endometrial cancer and to create an updated list of genes comparable to commercial gene panels.
I have created this table with the collated data:
  1. Gene name
  2. Number of samples with coding mutations
  3. Frequency ( number of samples with coding mutations / total number of samples with coding mutation)
  4. CDS length
  5. Total number of unique coding mutations
  6. Number of unique coding: synonymous mutations
  7. Number of unique coding: non-synonymous mutations
  8. Mutation burden (number of unique coding: non-synonymoys mutations / CDS length)
  9. Composite score [(frequency of samples * 0.7) + (mutation burden * 0.3)]
The idea here is to use mutation burden to imply damaging effects of the genes' mutations in endometrial cancer. We then created a composite score to use as a comparable figure between the genes.
At the moment, our list of genes is at 16,000+. We are currently trying to think of a way to narrow down the list of genes to only focus on those significantly mutated compared to the other genes by way of statistics. Any advice is greatly appreciated.
Relevant answer
Answer
The significance of gene mutation burden in endometrial cancer data collated from different studies can be assessed using statistical methods such as Fisher’s exact test and logistic regression.
  • asked a question related to Mutation
Question
4 answers
Will the new mutated virus have the same effect as Corona virus as it did before?
Relevant answer
Answer
The viral genome is very large and consists of two main parts: the non-synthetic protein region, which includes genes responsible for DNA replication and frontal expression, and these regions are somewhat coherent, so they do not suffer from rapid and frequent genetic mutations. After a large number of years, as was the case in Covid 2019, as for the other region, it is the synthetic protein region, and it includes genetic genes responsible for the structural parts of the virus, such as the envelope, capsid, and spines, and it is fragile, so it suffers from continuous genetic mutations, and for this reason we find the emergence of the so-called modified corona or mutated virus, As these mutations are at the level of the structural sequence of the glycoproteins of the viral spines, which play a major role as specialized sites for binding to cellular receptors. This type of simple mutation is not dangerous, as the body can overcome it through the immunity it has gained through previous infections and vaccination doses, but it may be a danger to certain pathological traits, but healthy, vaccinated people and those who have acquired immunity from previous infections are safe from it.
  • asked a question related to Mutation
Question
4 answers
Here how means the theory or algorithm behind performing mutation in software ?
OR
In silico what exactly is happening here (lets say LEU is mutated to ALA) ?
Relevant answer
Answer
Thank you, Victor Omoboyede
In the user's guide, there is no method discussion. If you share some documentation, it would be a great help.
  • asked a question related to Mutation
Question
1 answer
In the optimization of truss structures, the DE-MEDT (Differential Evolution-Mixed Encoding Design Technique) algorithm is specifically designed to handle the trade-off between discrete and continuous variables. It achieves this by employing a mixed encoding approach, where both discrete and continuous variables are simultaneously optimized.
In truss structure design, discrete variables refer to design parameters that can only take on a finite set of discrete values, such as the diameter or cross-sectional area of truss members. On the other hand, continuous variables are design parameters that can take on any real value within a certain range, such as the length of truss members.
The DE-MEDT algorithm addresses this trade-off by representing discrete variables using a binary encoding scheme and continuous variables using their real values. This mixed encoding allows for the simultaneous optimization of both types of variables in a single optimization process.
Here's an overview of how the DE-MEDT algorithm manages the trade-off between discrete and continuous variables:
Initialization: The algorithm initializes a population of candidate solutions, each consisting of a combination of discrete and continuous variables. These solutions are randomly generated within their respective feasible ranges.
Evaluation: Each candidate solution is evaluated using the fitness function(s) that capture the objectives and constraints of the truss structure optimization problem. These fitness functions measure the quality and performance of each solution.
Selection: The DE-MEDT algorithm employs a selection process, typically based on dominance or Pareto dominance, to determine the most promising solutions in terms of the trade-off between objectives. This selection process considers both discrete and continuous variables.
Crossover and Mutation: In the DE-MEDT algorithm, crossover and mutation operations are applied to the selected solutions to create new offspring solutions. These operations combine and modify the discrete and continuous variables, allowing for exploration of the solution space and potential improvement.
Replacement: The offspring solutions are compared with the parent solutions, and a replacement strategy (e.g., elitism) is employed to update the population. This ensures that the best solutions, considering both discrete and continuous variables, are retained in subsequent generations.
Termination: The optimization process continues iteratively until a termination criterion is met, such as a maximum number of generations or convergence of solutions.
By simultaneously optimizing discrete and continuous variables, the DE-MEDT algorithm can effectively explore the design space, considering both discrete design choices (e.g., member sizes) and continuous design parameters (e.g., member lengths). This approach allows for a comprehensive search for optimal truss configurations that balance performance, cost, and other objectives.
It's important to note that the specific implementation details of the DE-MEDT algorithm may vary, and researchers may introduce additional techniques or modifications to further improve its performance and efficiency for truss structure optimization.
I wanted to know your opinion about this problem....
Relevant answer
Answer
The DE-MEDT algorithm, or Differential Evolution combined with Modified Extremal Directed Tabu search, is a potent hybrid optimization algorithm aimed at solving both discrete and continuous variables in structural optimization problems.
In the context of truss structure optimization, the algorithm attempts to find an optimal solution considering both the size (usually a continuous variable) and the topology (usually a discrete variable) of the structure. This problem is challenging due to the mixed nature of the variables and the non-linear constraints often associated with engineering problems.
Here's how the DE-MEDT algorithm manages the trade-off between these variables:
Differential Evolution (DE): DE is a population-based optimization algorithm that deals with continuous variables. It uses a simple and powerful mutation strategy to generate new solutions. In truss structure optimization, DE can be used to optimize the size of the truss elements. The size variables are continuous and can be any real number within the specified range. DE is good at exploring the search space and escaping from local optima.
Modified Extremal Directed Tabu (MEDT) search: MEDT is used for dealing with discrete variables. The Tabu search is a meta-heuristic that guides a local heuristic search procedure to explore the solution space beyond local optimality. In the context of truss structure optimization, MEDT could be used to optimize the topology of the truss, i.e., deciding where to place the truss elements. The topology variables are discrete and can only be 0 (no bar) or 1 (bar exists). MEDT is capable of executing global exploration and local exploitation simultaneously.
The DE-MEDT algorithm manages the trade-off by incorporating DE and MEDT into a single framework, allowing them to work cooperatively to find the global optimum. The algorithm first uses DE to perturb the continuous variables (sizes) and then applies MEDT to adjust the discrete variables (topology). This process continues iteratively until a termination condition is met.
The success of DE-MEDT in managing the trade-off between discrete and continuous variables depends on how well it balances exploration (searching new areas of the solution space) and exploitation (refining solutions in a currently promising area). The hybrid nature of DE-MEDT, with DE providing powerful exploration and MEDT providing effective exploitation, makes it a capable tool for managing this trade-off in truss structure optimization.
  • asked a question related to Mutation
Question
9 answers
A patient with desminopathy (mutation Thr341Pro DES in a heterozygous state) with the progression of the disease has a decrease in taste and smell, immunosuppression, and an increase in IgA in the blood.
Oddly enough, but all this is characteristic of infections, including viral ones. For example, it is known that if the hepatitis C virus is not treated, then death will occur in 20 years.
In the identified case of late onset desminopathy, muscle weakness manifests itself at the age of 30, and death occurs 20 years after the onset of the disease.
Could the desmin mutation in myofibrillar myopathy be caused by an infection?
Perhaps the infection contributes to the progression of desminopathy?
Relevant answer
Answer
With the progression of the detected case of desminopathy, the appearance of viruses and gram-negative rods was established, there was an excessive bacterial growth of the fecal microbiota with a pronounced increase in transient microorganisms, an increase in endotoxin. The results are presented in the article: https://www.researchgate.net/publication/372952519_CHANGE_CHARACTERISTICS_IN_SALIVA_AND_FECES_MICROBIOTA_OF_A_DESMINOPATHY_T341P_PATIENT
  • asked a question related to Mutation
Question
2 answers
Dear experts,
We have analyzed the FOXP3 gene mutation of 10 healthy volunteers and 13 diseased samples. Out of these, 3 healthy volunteers (30%) and 8 diseased patients (61.53%) were found to have mutations at specific SNPs. Now, we would like to perform a statistical analysis of these results. Could you kindly guide us on how to conduct the statistical analysis? If possible, please suggest the software package that should be used for this purpose.
Thank you for your assistance
Relevant answer
Answer
Although the number of individuals is small to conduct a statistical test and draw strong conclusions, you can still use the Chi-square test with null and alternative hypotheses. For more details, you may search any statistics homepage and apply the test in R or Python.
Hope it helps.
Best
  • asked a question related to Mutation
Question
4 answers
Hello.
I am trying to quantify intensity in neurons (w/mutation) compared to control.
I chose integrated density but I noticed that mean intensity gives opposite results.
I noticed higher levels of protein in mutated neurons compared to control w/ integrated density
However, mean intensity says that there is lower intensty in control compared to mutated.
I tried to calibrate w/Optical density as well. I am not sure if I have to convert the image to black and white.
I am not sure if I am doing something wrong?
I am not sure which one to go for now.
My protein of interest is LC3B, the neurons also have different areas, the mutated neurons are larger compared to control neurons which are normal and small. I am not sure if this is what makes the inTegrated density to be higher in mutated neurons compared to control.
Which method would be most appropriate for this knowing neurons vary in size amongst conditions?
Any advice?
Relevant answer
Answer
J. Ramirez-Franco. Thank you so much for your fast replies. My images are already at 8-bit. They are coloured. GFP channel. They are quite dark when I open them on image J- this is because of the laser intensity on Zeiss that I wanted to moderate and I had to adjust brightness and contrast to decrease saturation of pixels.
I am attaching an example, but I had to increase the brightness & adjust the contrast so that u can see.
When I quantify them I normally increase the brightness/contrast without pressing 'apply' this allows me to identify where the ROI are.
  • asked a question related to Mutation
Question
6 answers
lets suppose I have introduced SDM at position 15 T>G and after transformation, I sent the sample for sequencing, the results after sequences show many other unwanted mutations too, when aligned with wild type. what should be done to avoid unwanted mutations?
Relevant answer
Answer
thank you so much for the valuable suggestions
@tomas Hlsuka
  • asked a question related to Mutation
Question
2 answers
Can anybody help me find articles which revolves around the idea of: mutations in a cell proliferative pathway which increases the risk of ovarian cancer occurence mediated by increased expression of Anxa1 protien?
  • asked a question related to Mutation
Question
2 answers
Can I get the paper related to p53 mutation and HS578T cell line.
Relevant answer
Answer
You can look up the improtant oncogenic mutations (including p53) of that cell line in its Cellosaurus entry:
In it you will see that the p53 mutation for that cell line has been reported in five different papers.
Best
Amos
  • asked a question related to Mutation
Question
7 answers
My Outer forward, Outer Reverse bp size is 326bp, which shows in my samples. There are two possible mutations: One showing band size of 202 and the other at 175. All of my samples show either no mutation or mutation at only 202. I am playing with annealing temperatures but it becomes difficult when I don’t have any validated sample (Positive control).
Relevant answer
Answer
Mishal Shaheen the primers you are using are the entire sequence, right, 28 bp roughly that would make sense for the Tm you write. I don't think the temperatures are so different, i can't see that as a reason. The outer primers match 100% but the inner ones have 1 mismatch, so the temperature for the initial annealing steps will also go down a bit and be similar to the outer ones. And IF and IR are also similar, and one of them works. I am a bit skeptic about touchdown, because you get a pretty specific fragment already, and actually you can use a higher annealing T later (because after a few initial rounds of amplification there will be more template that already has the altered primer incorporated, so you could go up a couple of degrees.) What temperature do you use? 65, 67? I think oligo concentration is a better shot for optimization. If you want to try touchdown, here is a reference for how to set it up:
As mentioned I would see what temperature works well for the short fragment alone only using outer and inner primer for that fragment (but check the annotation, i think the actual 175 bp fragment is with IF and OF not as mentioned in the table. If i m not wrong the 175bp mutation corresponds to the reference human genome (i don't know anything about humans but maybe with that in mind you can get a control from some colleages somewhere, a clone or so?). If this strategy doesn't work, i think your polymorphism is also inside an ApaI site (GGGCCC), if this is true, you can use the outer primer fragment and digest with ApaI to see if you have the polymorphism or not.
  • asked a question related to Mutation
Question
6 answers
Dear all,
I am conducting research on site-directed mutagenesis of crystalline proteins. My aim is to verify the desired mutation in the protein sequence using the MALDI-TOF mass spectrometry technique. I would like to know if this method is feasible for my research.
Thank you.
Relevant answer
Answer
With a purified, intact protein of uniform size, the resolution of basic MALDI-TOF should be sufficient to tell whether the molecular weight of the protein has changed by the expected amount, give or take a few daltons, as long as the protein is not too large.
  • asked a question related to Mutation
Question
3 answers
I would appreciate people's thoughts on a methodology consideration.
We're docking several thousand small molecules at a specific location on the receptor. We're using Autodoc Vina to reduce the library to e.g., 20 compounds. Then, further reduction follows using generalised Born and surface area solvation (MM/GBSA), etc.
This is my concern. The crystal structure is a substrate-bound enzyme. Those that prepared the structure mutated Glu to Gln to prevent activation. This single-point mutation is far from where we are docking the compounds e.g., > 4 nanometres.
We are considering what our risks and limitation in our study are before running anything. Will an in silico modification (reverting from Gln to Glu) in the crystal structure affect calculation performed by Autodock (vina of AD4) if those changes are outside the grid box in which docking calculations are performed?
I understand the calculations performed by Adutodock/Vina are stochastic to a degree, so a direct comparison of how that mutation affects the results would be tough to produce. However, is there any merit in performing a before and after screening on the receptor, even if that change is far from the docking site?
Relevant answer
Performing docking analysis for a protein-ligand complex is not exactly going to give comprehensive explanation on an activity potential. Like the routine goes, you identify the activation site then build a pocket around it to predict a poses (Rigid or flexible) that the ligand can form to sit well in the site, then score them based on RMSD for affinity strength. If you notice this condition, only the activation site is essential for this two function (pose forming and scoring). So if your protein structure is to have a mutant amino acid residue outside this box it has no influence in the docking profiling. Nonetheless, docking is not exactly a functional evaluation because the several other biochemical and chemical conditions that is needed is not present, the algorithm only mimic for structural effect.
If you need to do more on mutant functional effect on disease condition then that's a different analysis to pick on.
  • asked a question related to Mutation
Question
3 answers
Hello, I am new in molecular, I have a doubt with the PCR that I am doing, to amplify the fragment of a gene in patients with mutation, why do you have heterozygotes if you are amplifying the coding strand and not both strands, ie, only oligos are used for the coding strand.
In some only one band is seen, but I would expect that for the case of patients with many trinucleotide repeats (the mutation is due to expansion of a trinucleotide) only one very large band would be seen instead of two, and for the case of patients without the mutation only one band but with much fewer base pairs.
Relevant answer
Answer
Hi Jude
in diploid organisms, running PCR for an heterozygous target just means that you have amplification of part of both chromosomes, not due to the double helix state of the genomic template.
fred
  • asked a question related to Mutation
Question
3 answers
In a research paper, they mentioned this phrase "We have noted two numbers of mutation in some positions, which are nucleotide positions at 39,139, 44,220, 61,844, 63,147, 77,807, 132,625, 148,427, 164,832, 165,782, 170,698, 182,189". what are these connected positions refer to?
Relevant answer
Answer
The phrase is referring to SNPs at the following genomic positions.
  • asked a question related to Mutation
Question
4 answers
Factors cause mutation
Relevant answer
  • asked a question related to Mutation
Question
7 answers
I'm interested in studying specific missense mutations in a human gene. My goal is to determine whether the mutated region of the protein is conserved across various species. Could you please guide me on how I can use in silico tools to find homologous protein sequences and identify their conserved regions?
Thank you very much
Relevant answer
Answer
That's a good approach Susanta Roy I would add that once you are working with your multiple sequence alignment (MSA) in Jalview (https://www.jalview.org), you load an experimental 3D protein structure, or an AlphaFold model (all possible from Jalview, just right-click on a sequence label), and visualise the mutations and conservation scores on the structure too. Jalview makes this easy by colouring the structure by the sequence, so you can choose to colour by conservation and add features to represent your mutations and they will instantly be viewable on the structure.
The other thing I would add is that in addition to BLASTing the full-length protein, have a look at it on InterPro and see what domains it has. Then you can work with curated MSAs from the individual domains too.
Great question Muhammad Abrar Yousaf !
  • asked a question related to Mutation
Question
3 answers
primers for detection of mutation
Relevant answer
Answer
What is your exact question? The first reply is a nice, but vague summary written by a chatbot. Any of those related to your research project?
  • asked a question related to Mutation
Question
9 answers
I am an RA doing site-directed mutation in an 8.5kb plasmid; we use the Q5® Site-Directed Mutagenesis Kit from Biolab. I designed my primers in their tool Nebasechanger and followed every step in their protocol; however, while my final product should be an 8.5kb plasmid with mutation(substitution), there is only a 4kb product in the gel. I just find it really hard to understand.
Is there anybody with the same experience or who has used the same kit who can help me? thank you!
Relevant answer
Answer
Tomáš Hluska Thanks for your answer! My colleagues and I finally found out that there is another non-specific binding site for our primer within the target gene, and it is a problem without a solution, so we decide to use another method. Just cut off the tiny fragment of DNA containing the mutation site but not the non-specific binding site within the target gene and reinsert them into the target gene after mutation. Wish that would work. Otherwise, we have to let the company synthesise the target gene by its sequence.
  • asked a question related to Mutation
Question
2 answers
about mutation
Relevant answer
Answer
If a mutation changes the recognition sequence for a restriction enzyme, the enzyme will not cut at that position, changing the band pattern of the digest. If the mutation is an insertion or deletion, the change in the size of the restriction fragment may be apparent in the digest by a change in the mobility of one of the bands.
  • asked a question related to Mutation
Question
4 answers
I do not find anywhere to use the mutation probability. Any sort of help is appreciated.
Thank you!
Relevant answer
Answer
When I try to use the gamultiobj, I set the lower and upper bound for the variables but it does not use them. The variables exceed them.
This is the code:
fit_funct=@obj_functs_taller
num_vab=2
A=[];b=[];
Aeq=[];beq=[];
lb=-1.5;
ub=1.5;
options = optimoptions(@gamultiobj,'PlotFcn',{@gaplotpareto,@gaplotscorediversity});
[xr,fvalr]=gamultiobj(fit_funct,num_vab,A,b,Aeq,beq,lb,ub,options);
And the function used:
function y=obj_functs_taller(x)
y(1)=exp(-prod(x-sqrt(1/3)));
y(2)=exp(-prod(x+sqrt(1/3)));
end
  • asked a question related to Mutation
Question
2 answers
We are in discussions with Agilent to acquire a custom mutation and fusion panel. They introduced us to the pre-capture polling solution. I would like to know about the experience of those who have worked with Agilent, if it was a good experience.
Relevant answer
Answer
Ma'Mon Abu Hammad I really appreciate the information and tips we received. Thanks
  • asked a question related to Mutation
Question
3 answers
Natural selection occurs if four conditions are met: heredity, reproduction, variation in physical characteristics, and changes in the number of offspring per person. There are four forces of evolution: mutation, gene flow, genetic drift, and natural selection. Mutation creates new genetic variation in a gene pool. Gene flow and genetic drift alter allele frequencies in a gene pool.
Relevant answer
Answer
Do you have a specific question?
  • asked a question related to Mutation
Question
1 answer
I would appreciate people's thoughts on a methodology consideration.
We're docking several thousand small molecules at a specific location on the receptor. We're using Autodoc Vina to reduce the library to e.g., 20 compounds. Then, further reduction follows using generalised Born and surface area solvation (MM/GBSA), etc.
This is my concern. The crystal structure is a substrate-bound enzyme. Those that prepared the structure mutated Glu to Gln to prevent activation. This single-point mutation is far from where we are docking the compounds e.g., > 4 nanometres. We are considering what our risks and limitation in our study are before running anything. Will an in silico modification (reverting from Gln to Glu) in the crystal structure affect calculation performed by Autodock (vina of AD4) if those changes are outside the grid box in which docking calculations are performed?
I understand the calculations performed by Adutodock/Vina are stochastic to a degree, so a direct comparison of how that mutation affects the results would be tough to produce. However, is there any merit in performing a before and after screening on the receptor, even if that change is far from the docking site?
Relevant answer
Answer
This is an intriguing question. First, defining the protein's binding pocket by setting the grid box does not necessarily stop the ligand from interacting with other residues outside the grid box. Hence, mutating the residue in silico could have a potential impact on the docking scores which would be a major criterion in screening out the small molecules.
Also, taking into consideration the charge of the wildtype and mutant proteins, the modification of the protein would perturb the charge of the protein and could potentially have an impact on the interaction profiles of the protein with the compounds.
It will be good to perform both pre- and post-modification docking on the protein to take into account the potential impact of the residue change. Furthermore, I would advise you to get the sequence of the protein and conduct homology modelling using the crystal structure you currently have as the template as opposed to conducting modification using software like Chimera and PyMol.
  • asked a question related to Mutation
Question
1 answer
The F1 hybrids of these lines tend to show either a bias in expression level or an allelic level bias compared to the transcriptome of the selfed material. The former means that the F1 is similar to one parent in the expression level of a gene, while the latter means that the F1 expresses more gene sequences from one parent due to genomic differences between the parents. However, in my transcriptome analysis of F1 hybrids from one crop, I found that about 98% of the genes were expressed simultaneously and in almost equal amounts from the parents' chromosomes. However, in terms of the total level of gene expression, F1 showed a large amount of biased parental expression.
The following is the general course of my analysis:
(1) Transcriptome data from parents and hybrids were cleaned and compared to the reference genome.
(2) Extract SNP information using bcftools and filter for heterozygous mutations in the parents and pure mutations in the hybrids.
(3) Ensure that the parental mutations are biallelic and that the parents do not have the same base at the same locus.
(4) Ensure that all biological replicates are identical in type of mutation.
(5) Match SNPs to gene regions and add up the counts of all SNPs within a gene.
(6) Perform differential expression analysis using DESeq2 to determine if there is allelic preference for gene expression in the hybrid from the parents.
My question is whether the relationship between expression levels and allelic levels is clear, or whether my analysis process is so flawed that it does not support the current results.
Thank you all!
Relevant answer
Answer
The results of the transcriptome analysis of F1 hybrids suggest that the relationship between expression levels and allelic levels can be complex. However, the researchers were able to identify some of the factors that contribute to this complexity. This information could be used to develop new methods for predicting the expression of genes in F1 hybrids.
There are a number of factors that can contribute to the complexity of the relationship between expression levels and allelic levels. One factor is that the expression of a gene can be affected by a number of different factors, including the environment, the developmental stage of the organism, and the presence of other genes. Another factor is that the expression of a gene can be influenced by the interaction of different alleles. One allele may be dominant over another, meaning that it is expressed more strongly.
  • asked a question related to Mutation
Question
2 answers
I have been searching for genetic algorithm a lot, But I could not understand necessity of using crossover and mutation simultaneously yet. In an online course, following paragraph was written:
crossover is an operation which drive the population towards a local maximum(or minimum). If we use only crossover, it will yield approximately the same result as hill-climbing algorithm!!!mutation is a so-called divergence operation force one or more individuals of the population to discover other regions of the search space. So, this is essential in order to find the global optimum.
I can not understand it easily, especially because in metaheuristic algorithms, we must cope with somehow statistical-based optimization. Moreover, I had implemented GA in python and still can not realize the performance difference between these two parameters.
Relevant answer
Answer
There are two concepts related to optimization.
1) Exploration
2) Exploitation
Through crossover you are exploiting (mostly) or searching solution within the found solutions i.e. new chromosomes are formed using same values (genes) of the chromosomes. Whereas mutation can help to bring some more diversity in the population and can mutate a gene to any random point. Hence, mutation can introduce more diversity through exploration of other solutions rather than existing solutions.
  • asked a question related to Mutation
Question
1 answer
Rb gene mutation causes Retinoblastoma that is prevalent in 2 year old children.
Meanwhile p53 mutations result in variety of cancers which are phenotypically observable only after many years of the mutation(s). Why is it so?
Relevant answer
Answer
Children are born with mutation in the Rb gene that they inherit from one of their parents or this gene change may happen during the very early stages of their development in the womb. Each cell normally has two Rb genes. As long as a retinal cell has at least one Rb gene that works as it should, it will not form a retinoblastoma. But when both of the Rb genes are mutated or missing, a cell can grow unchecked. This can lead to further gene changes, which in turn may cause cells to become cancerous.
On the other hand, p53 gene follows a different pattern in carcinogenesis. It may be mutated during life time when the body is exposed to cancer-causing substances in the environment (carcinogens) such as tobacco smoke, other toxic chemicals, ultraviolet light, radiation, etc. Somatic mutations in p53 gene are one of the most frequent alterations in human cancers, and germline mutations are the underlying cause of Li-Fraumeni syndrome, which predisposes to a wide spectrum of early-onset cancers.
A number of environmental mutagens have been identified that react with a specific set of DNA sequences which are found in the TP53 gene. As such they could contribute to an enhanced frequency of specific p53 mutant alleles. It is common that these mutagens further show tissue specificity for the cancers they promote and that enhances the evidence for a role by these mutagens. Changes in mutant p53 proteins, produces loss of function (DNA binding and transcription) or some mutant proteins have an allele-specific gain of function that promotes cancer.
Best.
  • asked a question related to Mutation
Question
2 answers
Father- Normal
Mother- Carrier
Child - Homozygous variant
Relevant answer
Answer
If it is an X linked disorder and the child is a male then it seems quite normal. Alternatively if the biological father has a deletion of that locus then the child will be affected and hemizygous which looks homozygous on sequencing . Non paternity must always be considered in genetic disorders.I am assuming that this is not a mitochondrial disorder.
  • asked a question related to Mutation
Question
5 answers
I had done an amplification of pet28a plasmid to introduce some mutations in it using the designed primers.
Pcr product was gel eluted, then sequentially was treated with Dpn1 and PNK enzymes. This was then transformed into DH5 alpha competent cells and plated. I have got colonies in these plates and had isolated the plasmid. But, it's a smear on the gel. It's concentration on nanodrop was ~850ng/ul
In the picture added, 2nd well has plasmid of concentration 850ng/ul and 4th well has 200ng/ul plasmid.
Relevant answer
Answer
I'm not seeing anything that looks like a plasmid. Did you try including a sample of just the pet28a as a reference?
  • asked a question related to Mutation
Question
1 answer
I had run homology modelling on unknown protein structure using I-Tasser and Robetta. Both are consensus that the mutation on the protein is at the loop part of the protein. However, the structure of the loop protein and other part of protein is not similar. But both structure is fulfill the criteria of Ramachandran plot. So, this make me difficult to choose which one is the exact structures. Since the protein sequence more than 1500a amino acids, I separate the sequence to two parts for I-Tasser. For Robetta, I predicted the domain first before proceeded with homology modelling for each domain. Only the first 5++ amino acids had crystallized structure but the mutation is at 7++ and no available structure is suitable as template. Thank you for your time.
Relevant answer
Answer
In your case, since both I-Tasser and Robetta predict that the mutation is located in a loop region of the protein, it's possible that the loop region is structurally flexible and can adopt different conformations. Additionally, it's possible that the loop region is not well conserved among homologous proteins, which can make it difficult to identify suitable templates for homology modeling. To choose the most reliable model, you can consider several factors, such as the quality of the model as assessed by various metrics (e.g., MolProbity, QMEAN), the completeness of the model (e.g., missing residues or side chains), the accuracy of the active site and other important regions, and the degree of similarity to available experimental structures (if any). It may also be helpful to perform molecular dynamics simulations or other validation methods to assess the stability and flexibility of the models and to further refine the models if necessary. Finally, it's important to keep in mind that homology modeling is a computational prediction method and the resulting models should be considered as hypotheses that require experimental validation.
  • asked a question related to Mutation
Question
4 answers
want a brief explain for this
Relevant answer
Answer
Just to add a bit more complexity, unless you have very strong molecular evidence to back up the gene model, any PREDICTED introns/exons/promotors/etc are just predictions. Bioinformatics tools use "generally true, most of the time" rules. But if you care about a particular gene, you'll have to spend time either in the literature or at the bench to see the evidence that supports/refutes that model for that specific gene.
The "intron" might not even actually be an intron.
  • asked a question related to Mutation
Question
1 answer
Dear scientists, clinicians, and researchers on the ResearchGate platform,
I am planning to assess the molecular mechanisms of developing drug resistance in cancer cells. However, I lack knowledge regarding the bystander effect. Can you kindly assist me with the following questions:
1. What is the fundamental understanding of the bystander effect in the development of drug resistance in cells?
2. Why is it important to measure gene mutations that cause drug resistance, whether through direct or bystander effects?
3. What is the most effective in vitro setting to demonstrate this bystander effect and resistance development?
4. How can we measure the direct and bystander effects of gene mutations causing chemotherapy resistance in cancer cell lines? What parameters should we assess?
5. Lastly, what are the clinical implications of measuring this bystander effect?
Thank you very much for your assistance.
Relevant answer
Answer
What is the fundamental understanding of the bystander effect in the development of drug resistance in cells?
The bystander effect refers to the phenomenon where cells that are not directly exposed to a drug can still develop resistance to it. This effect can occur through several mechanisms, including:
1. Secretion of signaling molecules: Cells that are directly exposed to a drug can secrete signaling molecules that can affect neighboring cells. These signaling molecules can induce changes in gene expression and cellular pathways that result in drug resistance.
2. Transfer of genetic material: Cells that are directly exposed to a drug can release small vesicles, such as exosomes or microvesicles, that contain genetic material such as RNA or DNA. These vesicles can be taken up by neighboring cells, resulting in the transfer of genetic material and the development of drug resistance.
3. Altered microenvironment: Cells that are directly exposed to a drug can change the microenvironment around them, leading to the development of drug resistance in neighboring cells. For example, the secretion of extracellular matrix proteins or cytokines can create a protective environment that shields cells from the effects of drugs.
The bystander effect can contribute to the development of drug resistance in cancer cells, where a small population of drug-resistant cells can emerge and propagate in the tumor microenvironment. This phenomenon can lead to the failure of chemotherapy and the recurrence of cancer.
Understanding the mechanisms underlying the bystander effect can help in the development of new therapeutic strategies that can overcome drug resistance. For example, targeting the signaling pathways or genetic material transfer mechanisms that mediate the bystander effect can prevent the development of drug resistance and improve the efficacy of chemotherapy.
  • asked a question related to Mutation
Question
6 answers
1 I got both outer and inner band for wild type on temperature but no band for mutation now i am getting no any band on the same conditions on which already got band while optimization.
2. if I don't have any positive sample of mutation then how can I confirm about primer specific for mutation is working or not!
Relevant answer
Answer
I sincerely appreciate your help.
  • asked a question related to Mutation
Question
5 answers
Hi everyone,
I performing a site directed mutagenesis on a wildtype plasmid and I have been having troubles generating the mutant plasmid I want. I am hopping to make a post here and see if anybody have troubleshooting suggestions I can try.
I am mutating a lysine to a arginine in my target sequence. Since the target sequence if AT rich (29% GC), I adopted the AT-rich SDM protocol described in this paper (doi: 10.7171/jbt.20-3103-003). I have put the detailed protocol below. After the Dpn1 digestion, I always ran a little samples on gel to make sure that there are some product from the reaction.
1. Design overlapping oligos with the mutation site located in the center of each oligo
2. Oligo design:
a. Complementary forward and reverse oligos with mutation in the middle
b. Must have 10 or more bases of correct sequence on either side of the mismatch/deletion/insertion region (could be up to 20)
c. Ends must be G or C
d. Correct sequence flanks should be at least 25% G/C
3. PCR Reaction (50ul, one reaction)
  • DNA Template: 500ng (10ng/ul)
  • FOR Primer: 0.6ul (6pm total)
  • REV Primer: 0.6ul (6pm total)
  • 2.5mM dNTPs: 5ul
  • Q5 high fidelity polymerase: 1ul
  • 5X Q5 reaction buffer: 10ul
  • MQ H2O: QS to 50ul
4. PCR Thermocycling
a. Program 1: The melting step through the extension step was cycled for an additional 4 times (5 cycles in total)
  • Polymerase activation: 98°C for 30 s
  • Melting: 98°C for 30 s
  • Step-down annealing: 65°C–55°C (-2°C/cycle) for 1.5 min
  • Extension: 68°C at 1kb/min
  • Final Extension: 68°C for 1.0 min
b. Program 2: The melting step through the extension step was cycled for an additional 14 times (15 cycles in total)
  • Polymerase activation: 98°C for 30 s
  • Melting: 98°C for 30 s
  • Annealing: 65°C for 1.5 min
  • Extension: 68°C at 1kb/min
  • Final Extension: 68°C for 2.0 min
5. Dpn1 restriction enzyme digest (destroys unmutated template DNA)
Add 10 units (1uL) of DpnI to 50uL PCR product. Incubate the tube at 37˚ in heat block for 3hrs.
6. Transform PCR product into DH5@
7. Verify mutation via diagnostic digestion via diagnostic digestion and whole plasmid sequencing.
For the primers, I used overlapping primers (31bps, Tm=63 degrees based on NEB) with the mutagenesis site in the middle (only one bp is modified). I double checked and made sure that primers doesn't have any trouble with hairpins or dimers.
By now I have performed the mutagenesis twice and sequenced 6 candidates. However, all the candidates seems to only contain the WT gene instead of the mutated gene. Therefore, I am hopping to see if I can get some help troubleshooting my site directed mutagenesis. Thanks in advance!
Relevant answer
Answer
500ng of DNA template sounds like a lot to me. The quantity of DNA template will be a large proportion of pcr product. I know you are using the Dpn1 but thats not always perfect
  • asked a question related to Mutation
Question
4 answers
I am working on a mutant TP53 breast cancer cell line (G6). After isolating the RNA (cDNA) and gDNA, I want to analyze the gDNA and cDNA sequence to compare the mutations between the cDNA and gDNA of this mutant TP53. So what primers would be ideal to use for the gDNA and why is it important to check for this mutation in gDNA?
Relevant answer
Answer
One more point, is that gDNA is the only one that truly identifies a mutation. You can have an error that arose during transcription or cDNA synthesis that exists in the cDNA but since it is not hereditable, by definition it is not a mutation.
  • asked a question related to Mutation
Question
1 answer
I got the sequencing result for CRISPR knock-out experiment, but guide RNA did not show any mutations but the PAM sequence showed a single substitution. However, the sequences flanking the guide RNA and PAM sequence, showed deletions, insertions, and substitutions. I want to know whether this result can be said as edited?
Relevant answer
Answer
Hi...
It is possible that the CRISPR-Cas9 system was able to edit the DNA at the target site, even though the guide RNA sequence itself did not show any mutations. CRISPR-Cas9 works by using a guide RNA molecule to direct the Cas9 enzyme to a specific location in the genome. Once the enzyme is at the target site, it can make cuts in the DNA, resulting in deletions, insertions, or substitutions.
If the sequences flanking the guide RNA and PAM sequence show deletions, insertions, and substitutions, it is likely that the CRISPR-Cas9 system was able to make edits at the target site. However, it is important to carefully analyze the sequence data to confirm the presence and nature of the edits.
In some cases, the CRISPR-Cas9 system may not make any edits at the target site, even though the guide RNA is correctly targeted. This can occur if the DNA at the target site is resistant to cutting or if the repair mechanisms of the cell are able to accurately repair the cuts made by the enzyme.
I hope this information is helpful.
  • asked a question related to Mutation
Question
4 answers
I have read some articles that used the double mutation to assay gene expression and function in bacteria. I do not know why we need to do this technique. Could someone help me to explain this problem please?
Relevant answer
I am genuinely thankful for your assistance.
  • asked a question related to Mutation
Question
3 answers
Dear Researchers
I am doing a multinomial logistic regression using the data from the National Survey on Drug Use and Health 2021. I'm a novice with R and I'll probably need to figure out pretty much everything while I'm doing it, so I hope it's okay I'll just post further questions in this topic.
Now I ran into a problem trying to mutate a numeral variable (K6 Scale point, values between 0-24) into 3 different sections. Basically, I want groups that have points between 13-24, between 5-13 and between 0-5.
This is the error message I got:
"Error: '=>' is disabled; set '_R_USE_PIPEBIND_' envvar to a true value to enable it"
I have no idea what this means.
I tried to create the groups like this:
NSDUH_adults <- NSDUH_adults %>%
mutate(high_k6=case_when(K6SCMON>=13~TRUE, K6SCMON<13~FALSE)
(moderate_k6=case_when(K&SCMON >=~TRUE, K6SCMON >~FALSE)
(low_k6=case_when(K6SCMON =>5~FALSE))
This works fine with 1 group only but apparently not with 3.
Is there a better way to do it?
Thanks
Relevant answer
Answer
pls try this and let me know
NSDUH_adults <- NSDUH_adults %>%
mutate(k6scale = cut(K6SCMON, breaks=c(-1,4,12,25), labels=c("Low k6", "Moderate k6", "High k6")))
  • asked a question related to Mutation
Question
3 answers
We have a leukemia patient blood sample that was annotated to have a mutation in gene X with a VAF of 50% as determined by NGS. We PCR amplified the exon where the mutation occurs and conducted Sanger sequencing on the purified PCR product. I would expect to see two peaks one pertaining to the mutant and one to the wildtype (based on the 50% VAF) however we only observed the mutant peak.
Are there any experimental explanations that may cause this to happen?
Relevant answer
Answer
What tissue type was used to determine the 50% VAF? Let's say it was cheek cells. Classically that person would be called "heterozygous" for that particular variant). Then you would expect all cells in their body to start out as heterozygous.
Somatic mutations are very common in cancers.
Run a full set of PCR controls AND include a sample from another tissue type if possible (e.g. cheek swab).
  • asked a question related to Mutation
Question
6 answers
I have done a lot of PCR to identify a mutation in beta-tubulin.
I have two sets of primers, one is for mutant and one is for wild type. I did nearly 100 PCR but I have a problem getting a good band in the mutant band. I got the strong band in the wild-type but in the mutant, my band is always faint.
Does anyone know why is this happening?
Relevant answer
Answer
If you have the mutation then a strong band is expected. Ideally you should have a dna control sample which does have the mutation as a control sample in your pcr assay. This would tell you that the mutation is amplifying so that you can have more confidence that any small amplified band is the right thing and also that no band is a real result rather than a failed pcr
  • asked a question related to Mutation
Question
3 answers
After the transformation, the first time the target product is confirmed, the second time it is not.It mutates after three generations.A lot of bands appeared.
Relevant answer
Answer
I agree with Katie A S Burnette that mutations are normally pretty rare. However if the protein being expressed is somewhat toxic to the cell then you may have a fairly strong selection for mutants that fail to express. This might include a variety of deletions in the plasmid or other rearrangements in addition to point mutations. It really would depend upon the product.
  • asked a question related to Mutation
Question
2 answers
I interested design primer of MLH1 c. 790 + 1G > A and c. 1758 dup C, but how do I get started in designing?
Relevant answer
Answer
I appreciate the information and advice you have shared.
No, I want to amplify only the region containing these mutations is the target region for amplification.
  • asked a question related to Mutation
Question
4 answers
My sequence done by (sanger)
Relevant answer
Answer
UNIPROT
  • asked a question related to Mutation
Question
4 answers
I have already detect the mutation using therm-fisher tools, but now I am not sure how can I detect the effect of these mutation on these exon on the protein
Relevant answer
Answer
thank you all for your answers, would you please give more details, I am new to this area
  • asked a question related to Mutation
Question
7 answers
I was wondering, when we prepare genomic library how do we know that the sequence we cloned is wild and not got mutated during the process?
Relevant answer
Answer
With high fidelity Taq polymerase or DNA polymerase I, this will be no issue
  • asked a question related to Mutation
Question
1 answer
researchers in this paper conclude that : ( there is a serious waiting time problem that can constrain macroevolution. Our studies show that in such a population there is a significant waiting time problem even in terms of waiting for a specific point mutation to arise and be fixed (minimally, about 1.5 million years)... To the extent that waiting time is a serious problem for classic neo-Darwinian theory, it is only reasonable that we begin to examine alternative models regarding how biological information arises. )
so how can macroevolution have enough time to occur ?
Relevant answer
Answer
Hello Amr; The only familiar place that I encounter the "waiting time problem" is in the creationist literature. In papers published by anthropologists and evolutionary biologists I don't think that you will encounter the term. Please correct me if I'm wrong. best regards, Jim Des Lauriers
  • asked a question related to Mutation
Question
4 answers
Hi all,
I am looking for yeast selections that result in adaptive mutations appearing only in a single gene. That is, if I pick single colonies that survived this specific selection, all or nearly all of them will have the adaptive mutation/s in the same gene. 5-FOA selection, for example, results in adaptive mutations mostly in the URA3 gene. The same for canavanine and CAN1. I am looking for more such examples. I am not looking for solutions that involve genetic engineering (i.e., no selection for revertants of introduced conditional deleterious mutations etc.).
Thank you
Relevant answer
Answer
Thank you Hanna,
This is a great example. I wasn't aware of it.
Daniel
  • asked a question related to Mutation
Question
2 answers
Hello everyone!
It might be a silly question, but as a beginner (currently undergrad researcher) I am very confused about weather use qPCR genotyping or CAST-PCR. By browsing thermofisher's website, I've came across both types of assays for one of the SNPs we are studying at the lab.
However, practically, what would be the difference between use either of them?
The mutation we are studying is BRAF V600E (rs113488022 - chr7:140753336 (GRCh38.p13))
Thanks in advance!
Relevant answer
Answer
Hi Lilian,
qPCR is used for measuring quantity of your target (ie, number copies of genes or precise sequences for qPCR on DNA, and expression of a gene for RT-qPCR on RNA or cDNA), whereas the castPCR will only used to genotype a variant, one mutation.
castPCR means "Competitive allele-specific TaqMan PCR", one evolution for the old but reliable ARMS-PCR.
see this paper for more explanations:
all the best
fred
  • asked a question related to Mutation
Question
5 answers
In the Sanger sequence, after having sequencer output (ab1 file), I would like to check the mutation
so anyone recommends a site or videos from youtube that show how to work on the software?
regards
Relevant answer
Answer
You can install Bioedit software to visualize the sequence and also you can check the nucleotide alterations in comparison to reference genome.
  • asked a question related to Mutation
Question
3 answers
Hello everyone,
I was wondering if anyone knew a tool or a website, with which you can visually display mutations in a protein structure in a nice way. For context, I want to display ~50 mutations found in patients for one protein. I would like to show where they are located in the sequence and where functional domains are in the protein. If there was a way to display them in a 3D model as well, that would be perfect. Does anyone know a tool for the job? Thanks in advance.
Relevant answer
Answer
Yes, as Sajed Sarabandi wrote, you can use any structure viewer to generate a static 2D image of your protein structure - however, in any single such an image, It would be near impossible to see und distinguish ~50 different mutation. In contrast, using an embedded 3D image, the user can rotate the protein to optimally see the residue of interest. In JSmol, you could attach a Javascript command to each residue in the sequence to temporally highlight that specific residue in the 3D image.
  • asked a question related to Mutation
Question
1 answer
Hello
I have to enlarge divergence point in phylogenetic tree.
because It is difficult to identify the node because there are few mutations and it is too close.
(Black dots are nodes)
Relevant answer
Answer
What are you using to plot with? You need to plot your tree as a cladogram rather than a phylogram. Both Dendroscope and Figtree have options for this (either explicitly setting plot type as cladogram, or something like "use equal branch lengths"), or if plotting in R using ape:::plot.phylo you can set use_edge_length=FALSE
  • asked a question related to Mutation
Question
4 answers
Hi All
I performed a full-atom MD simulation in Gromacs with a protein dimer in the wild-type form and with several mutants. I would like to know how the mutations affect the dimer stability.
What are the methods/software available for doing this kind of analysis? Can I calculate somehow the theoretical binding energy between protein monomers along the simulation?
Any help will be much appreciated.
Best
Relevant answer
Answer
Francisco J. Enguita
You can change the trajectory files to AMBER format using VMD.
  • asked a question related to Mutation
Question
4 answers
In case of beta+, where less severe mutation occurs, can HbD and HbE variant can produce some good but reduced beta chains?
Relevant answer
Answer
In Hb T Cam
bodia, both the mutations (of Hb E and Hb D) are on same beta gene, but it will not give two bands of Hb E and Hb D; instead there will be a single variant band cathodal to Hb A2.
  • asked a question related to Mutation
Question
6 answers
Thanks
Relevant answer
Answer
Thanks to all for taking the trouble to answer.
Best regards
  • asked a question related to Mutation
Question
2 answers
Hi,
I am trying to study a splice site mutation using Mini gene assay following the paper attached here. I am trying to synthesize my mini gene using the set of commands mentioned in the paper. But in my output sequence, my mutation is lying before the start codon and hence won't be transcribed. I checked the author's output sequence, their mutation was after the start codon. can anybody please help me in rectifying it.
My commands:
R --slave --vanilla --args -refdirectory D:/Vanya/SplicingVariants_Beta-master/ssfiles -mutfile D:/Vanya/SplicingVariants_Beta-master/mutfile_Vanya.txt -output D:/Vanya/SplicingVariants_Beta-master/Vanya_output.txt -gblocksubmit D:/Vanya/SplicingVariants_Beta-master/Vanya_gBlock_output.txt -ss3 -barcode AA,AT,AG,AC,TA,TT,TG,TC,GA,GT,GG,GC,CA,CT,CG,CC -seq5 TTACGCCAAGTTATTTAGGTGACA -seq3 XXATCTAGATAACTGATCATAATCAGCCATACCACATTTGT -id 6,2 -limitintron 100000 -limit2ndexon 10000 -limit1stexon 10000 -usehg19 D:/Vanya/SplicingVariants_Beta-master/usehg19 <D:/Vanya/SplicingVariants_Beta-master/ConstructDesigner.v.0.95.R
Relevant answer
Answer
Can I ask, what benefit do you see in using the R program for designing the minigene? Doing a from-start design, or starting on the primary suggestion, you may just place a start codon wherever it's useful.
  • asked a question related to Mutation
Question
2 answers
I will deliver an academic presentation but don't know how to pronounce the mutation. For example, can I spell "c.205G>C" as "c point two zero 5 G to C" and "p.A69P" as "p point A sixty-nine P"? I feel really awkward.
Relevant answer
Hi Zexu.
I think you can use this tool to pronounce any English word. You also have the option to choose between British English and American English.
Bye.
  • asked a question related to Mutation
Question
3 answers
We would like to perform a directed evolution on an enzyme. We do a MD simulation on the wild type, and we want to do the same on the mutation, in order do some analysis and get insight of the structure. But i'm not sure whether it is feasible to get the mutation's structure from AlphaFold or SwissModel to do MD simulation(whether the structure predicted is reliable enough to do the MD simulation).
Thanks for any help!
Relevant answer
Answer
Hope you doing well
As per your queries, You can perform the MD of protein that is uploaded on SWISSMODEL or AlphaFold but one condition you should have accurate data from the servers.
  • asked a question related to Mutation
Question
3 answers
Hi everybody;
I have found a mutation that causes the total gene to be deleted. I want to know if I can use qPCR instead of FISH to detect it ... or if it's not possible?
In advance, Thank you for answering.
Relevant answer
Answer
my priority for choosing qPCR instead of Fish relates to the fact that qPCR is cost-effective and more easily paid for by patients. By the way, your answer helped me. thank you for your time.
  • asked a question related to Mutation
Question
3 answers
Recently i got a sequence from my lecturer then he ask me to found the mutation from it using bioedit, i've done this, i've alignment it with the normal sequences in NCBI, but i find so many mutation, i guess i was use the wrong technique, please tell me how to find it? I need it as soon as possible
Relevant answer
Answer
It could be a trick question. How do we define "wild type" in a population with some diversity? If you have one or a few differences between two sequences, which is "normal" and which is "mutant". But maybe you should be viewing the sequences as amino acid (control-t to translate in BioEdit; but has to be in the right frame) and see if there is a mutation that introduces a stop codon.
  • asked a question related to Mutation
Question
8 answers
Binding free energy has been done by using MM/PBSA method.
Energy Values are approximated.
Relevant answer
Answer
Thank you, Abdul Basit.
  • asked a question related to Mutation
Question
2 answers
Hi Folks,
I'm looking for in-silico methods or tools to assess the effect of mutations on bacterial transcription factors and membrane proteins. What approach (methodology) can someone take while analyzing the effect of mutations on bacterial proteins?
Relevant answer
Answer
it depends if there is a PDB structure avaialble you can use softwares that calculate the energy changes induced by aminoacid replacment. I the past i used the Popmusic program (https://soft.dezyme.com/) and it works quite well.
If there is not structure avaialble, the prediction is much more difficult.
°One think that you can try is check how the mutation can change the prediction of the secondary structure of the protein, because a mutation that is predicted to destabilize a stable secondary strcture region as alpha-elix or Beta-shhet can have certanilly more important effect than a mutation that seems to do not alter it.
to calculate 2ndari structures i'm generally using the
which allow to use in parallel different algoritms.
good luck
Manuele
  • asked a question related to Mutation
Question
4 answers
Hello,
Last week I asked my PCR results and I send Sanger seq. Well, there is one colony including mutation, I guess. How to cleaning my sample for Sanger? The Sanger result belongs to the second sample in the PCR result. The base stated by S is the base I'm trying to create the mutation. G>C mutation.
Relevant answer
Answer
You have multiple bands on your gel, including the second PCR sample (from either the left or the right). I assume that means you did a gel excision and clean up before sequencing? Otherwise you will have overlapping sequence from two different PCR products.
  • asked a question related to Mutation
Question
4 answers
Hello everyone,
I have recently designed a droplet digital PCR assay for a detection of a SNP (G->C) which uses a single primer pair (Forward and reverse sequences) and two competing, fluorescently-labelled probes differing in a single nucleotide in order to distinguish between DNA templates containing either a mutated (G) or non-mutated (C) allele.
I have a few well defined isolates, which i have performed allele specific PCR on as well as sequenced and know a priori their genotypes (let's name these 'wild-type' for isolates presenting only the non-mutated allele and 'mutant' for isolates containing only the mutated allele).
The problem occurs when i test the DNA from these well-defined isolates with my ddPCR assay:
1. Firstly, the isolates that i previously found to contain ONLY the MUTATED allele (G), that is mutant individuals, produce only the droplets that are positive for the mutated allele (channel 2 droplets). This is exactly what i expected and thus seems to suggest the assay works in distinguishing the alleles based on a single SNP. (Picture 1)
2. However, when i test isolates positive ONLY for the NON-MUTATED (C) allele, i.e., wild-type individuals, the ddPCR assay returns droplets for both alleles, suggesting that my isolates are perfectly heterozygous individuals (Picture 2). This is strange because it should not be the case, since both allele specific PCR and sequencing suggest they are indeed homozygous for the 'C' nucleotide and not heterozygous.
I would like to get some input on what could have gone wrong with the ddPCR assay that i have developed: it appears that it distinguishes the mutant allele found in the mutant individuals, but not the wild-type allele in only wild-type individuals.
P.S. I have double checked the sequences; alignment to the templates; annealing temperatures seem OK; contamination has never been an issue previously;
Relevant answer
Answer
Strange results. Could you show some 2D plots? At first glance, it looks like the Mu allele is only bound by the Mu probe (fig 1), but the WT allele can be bound by both the WT and Mu alleles (fig 2). If this is the case, the first thing I would try is raising the annealing/extension temp.
  • asked a question related to Mutation
Question
2 answers
I'm working on viral genome sequences (hundreds sequences) to obtain the frequency of particular mutation in that group. I'm relatively new on genome analysis field, so I have been doing it manually by submitting the sequence to a database and take record of every mutation, one sequence at a time. It takes plenty of time, and also risk of error in taking record.
Is there any software that can help me to analyze all the sequences at one time so I will be able to obtain accurate mutation frequency?
Thank you so much for responding me.
Relevant answer
Answer
You should be looking to produce a VCF (variant call format) file for your samples. This requires all samples to be sequenced, then the reads mapped to a reference genome (same across all samples), then variants called.
Once you have done this, you can get the information you need about each variant position in the genome across all samples from this file.
  • asked a question related to Mutation
Question
1 answer
  1. I am doing my analysis in R and I am trying to replace the missing values of the data with mode. please help me with the code. I tried all these codes but non of them are working
NA2mode <- function(x) replace(x, is.na(x), mode(x, na.rm = TRUE))
replace(STC, TRUE, lapply(STC, NA2mode))
STC %>% mutate_all(~ifelse(is.na(.x), mode(.x, na.rm = TRUE), .x))
STC %>%
mutate(STC$CWSN = if_else(is.na(CWSN),
calc_mode(CWSN),
CWSN))
STC %>%
mutate(var_1 = if_else(is.na(var_1),
calc_mode(var_1),
var_1))
STCF<-STC %>%
mutate(across(everything(), ~replace_na(.x, calc_mode(.x))))
calc_mode <-data.frame(STC$CWSN)
View(calc_mode)
view(STCF)
mode(STC$CWSN)
mode<-(function(X) {
ux<-na.omit(unique(x)) ##excludes NA value
tab<-tabulate(match (x,ux)); ux{tab==max(tab)} #finds mode from a column with NAs excluded
}
Relevant answer
Answer
df[df == 0] <- NA
df==0 when you have missing values as 0 if not just write code as df[df == ]
  • asked a question related to Mutation
Question
1 answer
I have a mutation of interest c.1014C>G, when i search clinvar, i dont find it in the results. But when I open the first result and check the HGVS section, i find my mutation of interest present in that list. So what does that mean?
Relevant answer
Answer
ClinVar is restricted to those variants that have been interpreted for clinical or functional significance. Each submission to ClinVar has five major categories of data: submitter, variation, condition, interpretation, and evidence. The interpretation of the variant is the focus of the ClinVar database and therefore it is a required field.
Please refer to the references attached below for more information. They will be helpful.
Best.
  • asked a question related to Mutation
Question
1 answer
We are doing mutational studies to understand how our protein of interest interacts with a small molecule inhibitor we have developed against it, and we would like to begin rationalizing how these mutations might be affecting the binding of our SMI to the protein. We have already been doing some docking experiments with our SMI and protein, thus have been using a crystal structure of the protein from PDB, thus we are looking for software that we could use to mutate this 3D crystal structure and model how this mutation affects the 3D structure, then use the mutated model to investigate how our SMI binding is affected.
Relevant answer
Answer
No answers in 2 years? For shame. I suggest MOE for mutating and simulating the effects. MOE makes it easy. You can mutate and energy minimize, or you can go all the way and run molecular dynamics with explicit solvent. MD can be done with atoms fixed or turned off to speed the calcualtions. MOE costs money but is worth it.
  • asked a question related to Mutation
Question
7 answers
Hello,
So my query is for knocking down a gene. Will one guide serves the purpose, or does it require more than one guide RNAs in the CRISPR-Cas12a system in bacteria?
Relevant answer
Answer
Sure, Mam, I will try and check for multiple clones. Thank you very much for your time and suggestions.
  • asked a question related to Mutation
Question
1 answer
In banana, we are having multiple alleles. For distrusting the function of a gene through CRISPR/Cas9 it is important to mutate all the alleles through designing specific guideRNA repeats. How to precisely design guideRNAs that target all the alleles of a gene? If any, special tools is available , please specify.
Thanks
Kumaravel.M
Relevant answer
Answer
Your best option would be to align the sequences of all your alleles to look for conserved regions/domains and then design your gRNAs for those. For multiple sequence alignment I like to use MUSCLE but that is just my preference.
  • asked a question related to Mutation
Question
45 answers
Olen R.Brown & David A.Hullender published a paper in Progress in Biophysics and Molecular Biology journal in August 2022 with the name ( Neo-Darwinism must Mutate to survive ) : https://www.sciencedirect.com/science/article/abs/pii/S0079610722000347
the writers doubt macroevolution or the ability of known mechanisms of evolution to explain macroevolution as they say :
The central focus of this perspective is to provide evidence to document that selection based on survival of the fittest is insufficient for other than microevolution. Realistic probability calculations based on probabilities associated with microevolution are presented. However, macroevolution (required for all speciation events and the complexifications appearing in the Cambrian explosion) are shown to be probabilistically highly implausible (on the order of 10−50) when based on selection by survival of the fittest. We conclude that macroevolution via survival of the fittest is not salvageable by arguments for random genetic drift and other proposed mechanisms.
Relevant answer
Answer
Hello Boudjema; Your last reply to Mr. Dsugutov is perfect! The Grants' research is the clearest demonstration of the phenomenon available to a nonspecialist audience. Well done! Best regards, Jim Des Lauriers