getPeak2geneLinks corCutoff ABS value #1685
yamihn
started this conversation in
Feature Requests
Replies: 1 comment 6 replies
-
This could be changed to absolute value but I'm more in favor of end users just using the function as written and passing a negative value (-2) as the correlation cutoff. My rationale is that most users are not interested in negative correlations. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello community @rcorces , @jgranja24
I would like to know if it was possible to get a negative correlation between peaks and gene using the
getPeaks2GeneLinks
function.As I see from the tutorial:
corCutOff
A numeric describing the minimum numeric peak-to-gene correlation to return
but it does not specify if is is an ABSOLUTE value of correlation.
So looking in the function
getPeak2GeneLinks
, my suggestion could be useful:Adding the
abs()
to p2g correlation.If there is another way to get negatives correlation, I'd appreciate if you can show me of to retain this.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions