Python methylation position visualisation
0
0
Entering edit mode
4 days ago
gmodlovver • 0

I have a polars df that holds the positions of methylated DNA. The structure of the dataframe is the following:

chr,start,end,group

chr1,255,257,control_group_1

I need to take this data, given by a third party And put it into a panel-based dashboard. What are some good, informative ways to visualize this? i have about 24 million rows of data, which is quite a lot. But i have never worked with this kind of data before.

python plotting visualisation help methylation • 209 views
ADD COMMENT
1
Entering edit mode

This is a very difficult question to answer without knowing what you are trying to highlight about the data. That said, there are a few common plots in genome-wide methylation studies. A Manhattan-style plot is good to show overall methylation patterns, and if you want you can put it into a circos plot and include lots of other data.

ADD REPLY

Login before adding your answer.

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