What happens when cytosine is deaminated?
Spontaneous deamination converts cytosine to uracil, which is excised from DNA by the enzyme uracil-DNA glycosylase, leading to error-free repair.
Is deamination a mutation?
Deamination is removing the amino group from the amino acid and converting to ammonia. Since the bases cytosine, adenine and guanine have amino groups on them that can be deaminated, Deamination can cause mutation in DNA.
What is Depurination and deamination?
Depurination; the hydrolytic removal of guanine or adenine from the #1 C (carbon) of deoxyribose in a DNA strand. Deamination: hydrolytic removal of amino (-NH2) groups from guanine (most common), cytosine or adenine. Oxidative damage of deoxyribose with any base, but most commonly purines.
Why is uracil absent DNA?
Explanation: DNA uses thymine instead of uracil because thymine has greater resistance to photochemical mutation, making the genetic message more stable. This is necessary for holding all of the information needed for life to function.
What causes depurination in DNA?
In cells, one of the main causes of depurination is the presence of endogenous metabolites undergoing chemical reactions. Apurinic sites in double-stranded DNA are efficiently repaired by portions of the base excision repair (BER) pathway.
How to test for multiple mutations in DNA?
DNA microarray:DNA “chips” or microarrays have been used as a possible testing for multiple mutations. In this technology, single DNA strands including sequences of different targets are fixed to a solid support in an array format. On the other hand, the sample DNA or cDNA labeled with fluorescent dyes is hybridized to the chip (Fig. 4E)[32].
What is weak mutation testing?
Weak mutation is closely related to code coverage methods. It requires much less computing power to ensure that the test suite satisfies weak mutation testing than strong mutation testing. However, there are cases where it is not possible to find a test case that could kill this mutant.
What is mutation analysis in software testing?
A more general definition of mutation analysis is using well-defined rules defined on syntactic structures to make systematic changes to software artifacts. Mutation analysis has been applied to other problems, but is usually applied to testing.
What are the goals of mutation testing?
The goals of mutation testing are multiple: compute the mutation score, the mutation score is the number of mutants killed / total number of mutants. Mutation testing was originally proposed by Richard Lipton as a student in 1971, and first developed and published by DeMillo, Lipton and Sayward.