How to plot mutation hotspot according to mutation counts
1
0
Entering edit mode
7.0 years ago
wangshx ▴ 10

There is a data.frame including the number of mutation & start position and end position of mutation interval, just like

> head(chr1)
   start   end mutation_count
1: 10493 10512              0
2: 10556 10562              0
3: 10596 10603              0
4: 10633 10657              0
5: 10662 10686              2
6: 10691 10715              1

How can I plot a hotspot figure, which lateral axis stands for mutation position, and y axis means number of mutation?

R hotspot plot genome • 1.9k views
ADD COMMENT
2
Entering edit mode
7.0 years ago

There are several R packages and online tools, but I'd probably start with http://www.cbioportal.org/mutation_mapper.jsp

ADD COMMENT
0
Entering edit mode

Thanks a lot. I will try. :)

ADD REPLY

Login before adding your answer.

Traffic: 3923 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6