Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample snippet for the ChIP signal visualization? #37

Open
zhenyisong opened this issue Mar 1, 2018 · 1 comment
Open

sample snippet for the ChIP signal visualization? #37

zhenyisong opened this issue Mar 1, 2018 · 1 comment

Comments

@zhenyisong
Copy link

zhenyisong commented Mar 1, 2018

I want to extract the TNNI3 gene for example, and plot the ChIPseq signal extending from specified upstream region to downstream region. And pile up several other plots including gene body etc. I am struggling to migrate my code to python for the future maintenance.

I read the script <Example 1>. It seems that I have to call other python package( in my case , I have to create a feature object for the TNNI3 gene) to complete the above task and no one-stop solution in the current metaseq package.

Anyway, any suggestions are appreciated. ( I prefer more python way, not using rpy2 as the bridge to call R/bioconductor.)

@daler
Copy link
Owner

daler commented Mar 1, 2018

That's correct, metaseq does not know anything about gene locations. You might want to give deepTools a try, since it is better maintained than metaseq. It is also written in Python. However you will still need to know the coordinates of the gene(s) you're interested in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants