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

--yMax an --yMin as vector #487

Closed
apastore opened this issue Mar 2, 2017 · 7 comments
Closed

--yMax an --yMin as vector #487

apastore opened this issue Mar 2, 2017 · 7 comments
Milestone

Comments

@apastore
Copy link

apastore commented Mar 2, 2017

Is possible to set --yMax and --yMin as vectors as for the --zMax and --zMin?

Thanks!

@vivekbhr
Copy link
Member

vivekbhr commented Mar 2, 2017

@apastore No. --yMin and --yMax only take one argument.

@apastore
Copy link
Author

apastore commented Mar 2, 2017

yes .. would not be useful when comparing tracks with different signal intensities ?

@vivekbhr
Copy link
Member

vivekbhr commented Mar 3, 2017

Usually comparing different intensities are solved by changing the --zMin and --zMax , for visualization on heatmap. Do you want to to modify the profile plot?

@dpryan79
Copy link
Collaborator

dpryan79 commented Mar 6, 2017

This is presumably for the profiles on top of the heatmaps (or directly in plotProfile). If we're going to allow different Z coloring scales, we might as well do it for the profile plots too. I could see this being useful when DNA methylation is incorporated into plots.

@dpryan79 dpryan79 added this to the 2.5.0 milestone Mar 6, 2017
@apastore
Copy link
Author

apastore commented Mar 6, 2017 via email

dpryan79 added a commit that referenced this issue Mar 6, 2017
@dpryan79
Copy link
Collaborator

dpryan79 commented Mar 7, 2017

The feature/implement487 now implements this in plotProfile and plotHeatmap. The former generally looks nicer IMO. This is all a bit hacky, since matplotlib doesn't want to space things out nicely by default and forcing it to do so can result in the heatmaps not perfectly aligning with the profiles.

@dpryan79
Copy link
Collaborator

This is now implemented in the develop branch, which will become the 2.5.0 release at the end of the month.

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

No branches or pull requests

3 participants