-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compare to clustermatch correlation coefficient #7
Comments
At least in terms of speed on a single comparison, for a random sample with 5000 entries, I got
So we are still 10x faster on a single comparison, and in this random case, have coefficients close to 0 for both. Would be nice to run all of the GTEx tissues and see if the ICI-Kt tracks with CCC. |
Sooo, the paper claims that Spearman only picks up linear relationships, and they give examples of actual Spearman correlation coefficients that look like they are missing some relationships that their CCC picks up on. And reading around the web, Kendall-tau supposedly gives similar values as Spearman. So if we wanted to go further with this we would have to investigate how well Kendall-tau matches CCC, or at least tracks with it especially for non-linear type examples. Because otherwise, they've definitely made something that seems superior. |
Both Spearman and Kendall tau pick up monotonic relationships.
A linear relationship is monotonic, but a monotonic relationship is not
necessarily linear.
…On Thu, Jun 23, 2022 at 9:58 PM Robert M Flight ***@***.***> wrote:
Sooo, the paper claims that Spearman only picks up linear relationships,
and they give examples of actual Spearman correlation coefficients that
look like they are missing some relationships that their CCC picks up on.
And reading around the web, Kendall-tau supposedly gives similar values as
Spearman.
So if we wanted to go further with this we would have to investigate how
well Kendall-tau matches CCC, or at least tracks with it especially for
non-linear type examples. Because otherwise, they've definitely made
something that seems superior.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEP7B4WKPGHGDA6TDFMWKTVQUI53ANCNFSM5ZCQGCIQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
Hunter Moseley, Ph.D. -- Univ. of Kentucky
Associate Professor, Dept. of Molec. & Cell. Biochemistry / Markey Cancer
Center
/ Institute for Biomedical Informatics / UK Superfund Research Center
Not just a scientist, but a fencer as well.
My foil is sharp, but my mind sharper still.
---------------------------------------------------------------
Email: ***@***.*** (work) ***@***.***
(personal)
Phone: 859-218-2964 (office) 859-218-2965 (lab) 859-257-7715 (fax)
Web: http://bioinformatics.cesb.uky.edu/
Address: CC434 Roach Building, 800 Rose Street, Lexington, KY 40536-0093
|
Greene lab published an interesting paper on a correlation coefficient that uses a different measure that is very, very interesting.
Would be nice to see how well we compare in terms of speed and relationships detected.
The text was updated successfully, but these errors were encountered: