What are the best tools for visualizing DNA methylation result?
3
0
Entering edit mode
5.8 years ago
ahmad mousavi ▴ 800

Hi

I have analyzed RRBS data, in this phase I look for good tool for visualizing genomic position of DMRs.

What tool you suggest for visualizing methylation result based on bed file or coverage file made by Bismark?

I wanted to create figure contains methylation position along with TSS, Promoter and gene body ? I have seen homer but I couldn't find out which parameter should be assign for showing genomic sections (TSS,TTS, promoter , ...)

Thanks

rrbs methylation RNA-Seq • 5.7k views
ADD COMMENT
3
Entering edit mode
5.8 years ago

Take a look to these utilities. They have graphical output of your interest

  1. methgo. Make it easy to study methylation in different parts of the genome if you provide a gtf file
  2. CGmaptools. It contains 40 utilities, letting you to evaluate from mbias to DMR, and bin graphics
ADD COMMENT
0
Entering edit mode

Dear Antonio, Thank you so much. I have used CGmaptools and methgo, but during running methgo met function I have got this error, do you have any idea about that?

Thanks.

Traceback (most recent call last):
  File "/home/gen/apps/methgo/methgo", line 13, in <module>
    module.main()
  File "/home/gen/apps/methgo/scripts/met/met.py", line 410, in main
    cgmap = const_cgmap(ctxstr, args.cgmap, args.depth)
  File "/home/gen/apps/methgo/scripts/met/met.py", line 97, in const_cgmap
    pos = int(line[2]) - 1 # Transfer to 0-based
ValueError: invalid literal for int() with base 10: 'mv'
ADD REPLY
0
Entering edit mode

Hi Ahmad,

I see your post is 9 weeks old but I will try.

I get the exact same error :

" File "/home/gen/apps/methgo/scripts/met/met.py", line 97, in const_cgmap pos = int(line[2]) - 1 # Transfer to 0-based ValueError: invalid literal for int() with base 10: 'mv' "

I assume you injected your CGmap file into methgo met function (obtained with CGmaptools) and got this error. I have exactly the same problem. Did you find a solution ?

Thank you :)

ADD REPLY
0
Entering edit mode

Dear Nathan,

I'm sorry, I couldn't solve it. :(

ADD REPLY
0
Entering edit mode

try to decompress the CGmap.gz

ADD REPLY
2
Entering edit mode
5.8 years ago
GenoMax 141k

deepTools should be on your list. Plenty of tutorial/help materials available.

ADD COMMENT
1
Entering edit mode
4.9 years ago

You can also try ViewBS: https://github.com/xie186/ViewBS

ADD COMMENT

Login before adding your answer.

Traffic: 2605 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