Skip to content

Kevin-Haigis-Lab/KrasAlleleCna

Repository files navigation

KRAS allele-specific CNA

License: GPL v3 Travis build status AppVeyor build status Coverage status

You can install this R package from GitHub and run the analyses yourself (the raw data files are not included, though have been loaded into RData objects, already).

devtools::install_github("jhrcook/KrasAlleleCna")
library(KrasAlleleCna)

A website to peruse this work is available here. The Vignettes contain the analyses.

Purpose

In Poulin et al. (2019), the authors studied the specific oncogenic properties of KRAS A146T mutations, a hotspot-mutation only found in colorectal adenocarcinoma (COAD). For this paper, I was asked to find out whether there was a difference in the copy number of the mutant allele between human COAD patients with G12D (the most common KRAS oncogenic mutation) and A146T mutations. Not only would a difference suggest that dosage is an important factor, but could also point to differences in interactions with the wild-type (WT) allele (Zhou et al., 2016, Lin and Haigis, 2018).

This analysis was divided into 4 parts: A) downloading the data, B) processing the data, C) calculating the allele copy number, and D) analyzing the results.

Conclusions

There was no detectable difference between the copy number of the G12D or A146T KRAS alleles.

The below plot showed the copy number of the mutant and WT allele in G12D and A146T samples.

Though there seems to be increased amplification in human tumor samples, the number of available samples limited the power of the study.

Heatmaps of the genotypes of the samples highlighted that the most common genotype was 1 mutant : 1 WT allele.


Check out more work from the Haigis Lab at our website!

Any mistakes or questions? Open an Issue on GitHub.

Releases

No releases published

Packages