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

plot_correlation using raw scores #196

Open
mstampar opened this issue Oct 8, 2021 · 0 comments
Open

plot_correlation using raw scores #196

mstampar opened this issue Oct 8, 2021 · 0 comments

Comments

@mstampar
Copy link

mstampar commented Oct 8, 2021

When trying to look at correlation plots of TSSs or TSRs it gives the same scores if I set it to use normalized score or raw score. I think it always uses normalized scores. Using the following two commands give the same result:

plot_correlation(exp,data_type="tss",use_normalized=TRUE,font_size=8,cluster_samples=TRUE,heatmap_colors=viridis::viridis(100))

plot_correlation(exp,data_type="tss",use_normalized=TRUE,font_size=8,cluster_samples=FALSE,heatmap_colors=viridis::viridis(100))

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

1 participant