-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Cancer Variant Module | ||
|
||
### Objective | ||
|
||
In this module, DNA mutation and sequence analysis are introduced. An excercise is appended on how to identify the driver mutation from three tumors of the same type. | ||
|
||
### Data background | ||
|
||
Melanoma tumors: ME050, ME100L, ME024 | ||
|
||
Literaure: Michael F. Berger *et al* Nature 2012 [doi:10.1038/nature11071](https://www.nature.com/articles/nature11071) | ||
|
||
### Data analysis | ||
|
||
The data file is provded in both .xls and .txt format. The analysis will be performed in R. Steps are described in the lecure slides ('Chuang mutation calling'). We recommend you to install the current version of R but it is not critical for this excercise. (You may download R from [https://cran.r-project.org](https://cran.r-project.org)) |