Expected Preparations:

  [FND-STA]
Significance
  [RPR]
Genetic_code_optimality
  [RPR]
Unit_testing
 
  The units listed above are part of this course and contain important preparatory material.  

Keywords: Integrator unit: assess the impact of mutations in a gene

Objectives:

Outcomes:


Deliverables:

Integrator unit: Deliverables can be submitted for course marks. See below for details.


Evaluation:

Material based on this Integrator Unit can be submitted for summative feedback (course marks). To submit:

  1. Create a new document in your shared Google drive folder.
  2. Call your document ABC-INT-Mutation_impact-<your name>-2022
  3. Write a short report on the topic defined below.
  4. Include a (CC) license at the end of your document, as instructed at the beginning of the course.
  5. When you are done with everything, go to the Assignments page on Quercus and open the appropriate Integrator Unit submission category. Paste the URL of your report document into the form, and click on Submit Assignment. Your link can be submitted only once and not edited. Also: do not edit your document after it has been submitted.

 

… then please follow these additional instructions.

  • Submitted R code must be placed into a code appendix.

  • We will load the code for evaluation. Therefore the code in your appendix must be delimited with two special tags.

    • The first line of your code must be
      # begin code
    • The last line must be
      # end code
    • Use only these tags and make sure they appear only once in your document.
  • The second line of your code must be a comment that identifies you as the author and the title of your report.

  • You can run fetchGoogleDocRcode(<your doc URL>) to check that your code can be loaded into R.

  • The submitted code must be exactly the code that you have used to obtain your results. Altering the code in your documentation - even if only for cosmetic purposes - is an academic offence.

  • The reported results must be exactly the results your code has produced at the time you ran it. Altering the results you obtained - for any reason whatsoever - is an academic offence.

  • It must be possible to reproduce your exact results from your posted code. Therefore:

    • Make sure your code is complete and can stand alone when we run it. All data and other assets must be included with the code.
    • Do not create or delete files in your code.
    • If you need special R packages, only packages from CRAN or BioConductor may be used.
    • Use set.seed(<some integer>) for reproducible randomness wherever appropriate (and verify that your results can be reproduced).

Please remember that code submissions have their own marking rubrics.

 

 

Contents

This page integrates material from the learning units for R programming, working with sequences and the genetic code, and probability and significance, in a task for evaluation.

Biological Context

Cancer is a genetic disease and one aspect that makes cancer hard to treat is that cancer cells adapt and evolve and as a result of selective pressure from the body’s own defenses, they become progressively more aggressive and treatment-resistant. Since the cancer phenotype is ultimately based on genetic alterations, it is important to understand which genes contribute. Unfortunately this is not as simple as just sequencing a few cancers: one of the hallmarks of the disease is genome instability (this contributes to the accelerated evolution), and it is very difficult to distinguish causal mutations from incidental mutations, or, driver genes from passenger genes.

However, an analysis of the distribution of mutations may help. Passenger mutations are expected to be randomly distributed throughout the genome, driver mutations are expected to have either a gain of function or loss of function effect. Gain of function mutations are expected to be very specific, targeting only a small number of amino acids in a defined region of the protein. We actually expect purifying selection against mutations elsewhere. Loss of function mutations are expected to include nonsense mutations, frameshifts, but above all, they should be enriched in missense and nonsense mutations relative to silent mutations.

The task of this unit is to analyze the relative frequencies of neutral, missense and nonsense mutations in a gene, and contrast that with the frequencies one would expect if the distribution of mutations was purely due to chance. This analysis should work on an actual sequence, and consider actually observed mutations. We will develop it to evaluate mutations of the KRas gene, a known cancer driver, an olfactory receptor (OR1A1), most likely not involved in cancer, and the PTPN11 phosphatase, a gene of interest whose role in cancer we would like to understand better.

 

KRas and cancer

 

Sketch of the Ras activation cycle. (PRE) Ras is translated, and C-terminally farnesylated, palmitoylated and located to the plasma membrane. (I) The GEF Sos is activated in its complex with active EGFR. It binds to Ras and removes GDP. (II) Apo-Ras is ready to bind a nucleotide. (III) upon GTP binding, Ras acquires its active conformation. (IV) Ras binds its effectors such as Raf1. This switches the MAPK signalling cascade on and leads to cell proliferation. (V) Src phosporylates Ras Y32. This reduces the affinity of RAf1 by ~1000-fold. (VI) GAPs can now displace the effector and stimulate Ras GTPase activity. GTP is hydrolyzed to GDP. (VII) with bound GDP, Ras acquires the inactive conformation. PTPN 11 removes the Y32 phosphate and regenerates the effector binding site. The cycle can begin anew.

 

Nucleotide binding domains are among the oldest known protein families and one family in particular, the G-proteins, has diverse roles in all domains of life. These are collectively called GTP hydrolases, or GTPases – a misnomer, since even though they do catalyze the hydrolysis of GTP to GDP, their role in the cell has nothing to do with GTP metabolism, but comes from a conformational change that accompanies binding to either GTP or GDP. As far as enzymes go, GTPases are rather slow. They are switches, not gears.

A large family among these G-proteins are the Ras proteins. In humans, there are three isoforms of Ras called HRas, KRas and NRas. These are differentially expressed in tissues and have slightly different C-termini through which they are localized to different membrane subdomains. When Ras binds GTP, it adopts a stable, active ON conformation through which it activates effector proteins. But then the Ras protein slowly hydrolyses GTP to GDP, it undergoes a conformational change and enters the OFF state. Then GDP dissociates from the binding site, Ras can re-bind GTP and is once again switched ON. This cycle is modified by interactors: GEF proteins (Guanine Nucleotide Exchange factors such as Sos) catalyze the dissociation of GDP and thus speed up the re-uptake of GTP and re-activation of Ras. Thus they shift the cycle to an active state. GAP proteins (GTPase activating proteins such as P120GAP) speed up the conversion of GTP to GDP. This shifts the cycle towards its inactive state.

One of the most important pathways for cell proliferation is the EGFR pathway that feeds into the MAPK cascade. Under physiological conditions, the active EGFR activates the Sos protein, which shifts a pool of Ras molecules into their active state. Active Ras then switches its effectors on – among them Raf1 – which activates a signalling cascade that induces cell proliferation. This is limited by GAPs that speed up Ras GTPase activity which turns the Ras OFF again. Deactivation of Sos when the EGFR is inactive ensures that GDP remains bound and the Ras protein pool remains OFF. This matches our expectations about the roles of these proteins well.

The problem is that this system can go terribly wrong if Ras gets mutated in a way that damages its catalytic activity and prevents GTP hydrolysis. Activating GAPs no longer works to switch Ras OFF, because if the Ras active site is dead, GAPs have no way of inducing it. And inhibiting GEFs does not switch Ras OFF either, because GTP does not get hydrolyzed to GDP and there is no need for GEFs to clear the active site of GDP. The switch is ON and stays ON. The EGFR pathway is on and stays on. The cell proliferates out of control. This can be the first step of transforming a cell into a cancer cell and this exact mutation in the KRas protein is the second-most frequent mutation seen in cancer genome studies (behind p53) and possibly the most powerful cancer driver mutation of all. The big issue about all this is that mutant Ras is generally considered “undruggable”:1 we can’t imagine small molecule drugs that would restore Ras’ catalytic activity, and the affinity of GTP to the molecule is so high that we haven’t found competitive antagonists that don’t have dramatic side effects. An interesting new development therefore was the recent discovery that a phosphatase - PTPN11 - somehow works synergistically with Ras to facilitate its activation of effectors: inhibition of PTPN11 suppressed oncogenesis2. If this is a pathophysiologically relevant effect, we expect cancer mutations to spare PTPN11, or even to deregulate it to enhance its activity.

Do they?

 

Cancer gene data

Knowledge about the mutations of cancer comes from large-scale genome sequencing efforts of cancer tissue samples, and is collected and curated by a small number of databases. These databases sift through the massive volumes of sequence changes, distinguish natural variation from novel somatic mutations, and map the nucleotide changes to individual genes. One of these resources is the IntOGen database in Barcelona.

 

Task…

  • visit IntOGen.
  • find the KRas information page and briefly explore the information that is available.
  • then visit the information pages for three other genes:
    • Rab39B, a small GTPase, homologous to KRAS, but not associated with cancer;
    • PTPN11, the non-receptor type protein-phosphatase discussed above;
    • PTPN5, a homologous phosphatase that appears not to be associated with cancer.
  • Here, Kras and PTPN11 are proteins which need to be studied regarding their role in cancer; Rab39B and PTPN5 serve as controls: they have about the same size and similar domain composition - but are not active in cancer-relevant pathways.

 

Loading Data

 

Task…

To prepare your report you first need to load data:

  • Open the RStudio course project.
  • Begin a new R script to explore KRas, Rab39B, PTPN11 and PTPN5 mutations.
  • Start by collecting four FASTA sequences that I have provided in the data/ directory into a data frame. Something like:
myFA <-             readFASTA("data/RAB39B_HSa_coding.fa")
myFA <- rbind(myFA, readFASTA("data/PTPN5_HSa_coding.fa"))
myFA <- rbind(myFA, readFASTA("data/PTPN11_HSa_coding.fa"))
myFA <- rbind(myFA, readFASTA("data/KRAS_HSa_coding.fa"))

… should work fine. Give your data frame convenient, meaningful row names - do not refer to the rows simply by row index in your script. Gene names will work fine.

 

For the Report Option…

 

Task…

  • Write code that executes a loop N times (for N <- 100000) to create a point mutation randomly in a gene.3 Keep track of the number of missense, silent (“synonymous”), and nonsense (“truncating”)” mutations you find. To develop your code, use a smaller size of N, obviously.
  • Put your code into a function that takes as parameters a single string of nucleotides as input, and the number of trials for your simulation. The number of mutations in eaqch category should be returned in a list.
  • There are many ways to handle your nucleotide string input for this purpose; you need to figure out what works best for you. You could consider producing a vector of nucleotides and keep track of codon positions separately, or a matrix with three columns in which every row is a codon, or you could leave the string as-is and use substring() to extract codons, or come up with a different solution. Also you could use biostrings:: functions or seqinr:: for the translation. Or just use code that is similar to the learning units. Don’t forget to reference your sources!
  • Tests: validate your function as follows.
    • The sequence ATGATGATGATGATGATG has no silent mutations;
    • The sequence CCCCCCCCCCCCCCCCCC has no truncating mutations;
    • The sequence TATTACTATTACTATTAC has some truncations, about the same frequency as TGGTGGTGGTGGTGGTGGTGGTGG; both those sequences have about twice as many truncating mutations as TGTTGTTGTTGTTGTTGTTGTTGT. (Explain what these tests demonstrate.)
  • Once your function is ready, run your simulation once for each of the four genes: Kras, Rab39B, PTPN5, and PTPN11. Paste the exact output of each of the four runs into your report.
  • For each of the four genes, discuss the relative frequency of the mutations you have observed in each category and compare it to the frequency that you find on the IntOGen Web site.
  • Explain whether you think there is an important difference between the expected categories of mutations (i.e. the stochastic background that you simulated), and categories of mutations that were observed in cancer genomes.
  • Write a short report that interprets your results against the context of cancer biology outlined above: what would you expect if any of these genes were cancer drivers, what do you observe, what can you conclude from your observation?

 

Questions, comments

If in doubt, ask! If anything about this contents is not clear to you, do not proceed but ask for clarification. If you have ideas about how to make this material better, let’s hear them. We are aiming to compile a list of FAQs for all learning units, and your contributions will count towards your participation marks.

Improve this page! If you have questions or comments, please post them on the Quercus Discussion board with a subject line that includes the name of the unit.

References

Rhett, J M, Imran Khan, and John P O’Bryan. (2020). “Biology, pathology, and therapeutic targeting of RAS”. Advances in Cancer Research 148:69–146 .
[PMID: 32723567] [DOI: 10.1016/bs.acr.2020.05.002]

RAS was identified as a human oncogene in the early 1980s and subsequently found to be mutated in nearly 30% of all human cancers. More importantly, RAS plays a central role in driving tumor development and maintenance. Despite decades of effort, there remain no FDA approved drugs that directly inhibit RAS. The prevalence of RAS mutations in cancer and the lack of effective anti-RAS therapies stem from RAS’ core role in growth factor signaling, unique structural features, and biochemistry. However, recent advances have brought promising new drugs to clinical trials and shone a ray of hope in the field. Here, we will exposit the details of RAS biology that illustrate its key role in cell signaling and shed light on the difficulties in therapeutically targeting RAS. Furthermore, past and current efforts to develop RAS inhibitors will be discussed in depth.

Bunda, Severa et al.. (2015). “Inhibition of SHP2-mediated dephosphorylation of Ras suppresses oncogenesis”. Nature Communications 6:8859 .
[PMID: 26617336] [DOI: 10.1038/ncomms9859]

Ras is phosphorylated on a conserved tyrosine at position 32 within the switch I region via Src kinase. This phosphorylation inhibits the binding of effector Raf while promoting the engagement of GTPase-activating protein (GAP) and GTP hydrolysis. Here we identify SHP2 as the ubiquitously expressed tyrosine phosphatase that preferentially binds to and dephosphorylates Ras to increase its association with Raf and activate downstream proliferative Ras/ERK/MAPK signalling. In comparison to normal astrocytes, SHP2 activity is elevated in astrocytes isolated from glioblastoma multiforme (GBM)-prone H-Ras(12V) knock-in mice as well as in glioma cell lines and patient-derived GBM specimens exhibiting hyperactive Ras. Pharmacologic inhibition of SHP2 activity attenuates cell proliferation, soft-agar colony formation and orthotopic GBM growth in NOD/SCID mice and decelerates the progression of low-grade astrocytoma to GBM in a spontaneous transgenic glioma mouse model. These results identify SHP2 as a direct activator of Ras and a potential therapeutic target for cancers driven by a previously ‘undruggable’ oncogenic or hyperactive Ras.

Kano, Yoshihito et al.. (2019). “Tyrosyl phosphorylation of KRAS stalls GTPase cycle via alteration of switch I and II conformation”. Nature Communications 10(1):224 .
[PMID: 30644389] [DOI: 10.1038/s41467-018-08115-8]

Deregulation of the RAS GTPase cycle due to mutations in the three RAS genes is commonly associated with cancer development. Protein tyrosine phosphatase SHP2 promotes RAF-to-MAPK signaling pathway and is an essential factor in RAS-driven oncogenesis. Despite the emergence of SHP2 inhibitors for the treatment of cancers harbouring mutant KRAS, the mechanism underlying SHP2 activation of KRAS signaling remains unclear. Here we report tyrosyl-phosphorylation of endogenous RAS and demonstrate that KRAS phosphorylation via Src on Tyr32 and Tyr64 alters the conformation of switch I and II regions, which stalls multiple steps of the GTPase cycle and impairs binding to effectors. In contrast, SHP2 dephosphorylates KRAS, a process that is required to maintain dynamic canonical KRAS GTPase cycle. Notably, Src- and SHP2-mediated regulation of KRAS activity extends to oncogenic KRAS and the inhibition of SHP2 disrupts the phosphorylation cycle, shifting the equilibrium of the GTPase cycle towards the stalled ‘dark state’.

Page ID: ABC-INT-Mutation_impact

Keywords: Integrator unit: assess the impact of mutations in a gene

Author:
Boris Steipe ( <boris.steipe@utoronto.ca> )
Created:
2017-08-05
Last modified:
2022-10-10
Version:
1.5.2
Version History:
–  1.5.2 Removed erroneous reference to old “R-Code option” with partial (and wrong) instructions.
–  1.5.1 Fixed error in control sequences
–  1.5 Edit policy update
–  1.4 2020 rewrite. Different input modes, different genes, more structured requirements, validation of simulation code.
–  1.3 Remove “significance” requirements since we didn’t simulate distributions and we never introduced chisq.test()
–  1.2 Corrected posted marks, which were not consistent with the description in the syllabus.
–  1.1 Added sample output
–  1.0 New unit
–  0.1 First stub
To Do:
–  bibbox in footnotes does not seem to work
–  Change test sequences to include one with one truncating, two silent mutations.
–  Give hints about efficient programming.
–  Have one sequence with twice the length - should give identical results.
–  Re-emphasize the need to cite.
–  Require seed before every run.
Tagged with:
–  Integrator
–  Live
–  Evaluated unit
–  Has R code examples
–  Contains images

 

[END]


  1. Rhett et. al (2020)↩︎

  2. Bunda et. al (2015), Kano et. al (2019)↩︎

  3. You will need to think about how to do this efficiently, for example if you are doing work inside a loop that can be done outside, and if you are re-evaluating things that have not changed, etc. ↩︎