-
Notifications
You must be signed in to change notification settings - Fork 24
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
replace code for rpy2 in correlation matrix using gn3 functions #597
base: testing
Are you sure you want to change the base?
replace code for rpy2 in correlation matrix using gn3 functions #597
Conversation
Dear Alex,
Does this fix our problem with GTEx HBB transcript correlation compute?
On Tue, Aug 10, 2021 at 7:34 PM Alexander Kabui ***@***.***> wrote:
Description
this code primarily replaces ryp2 code used in correlation matrix module
for computing pca
- also replaces some stats functions with one provided by numpy
- refactored codebase for correlation matrix module can also be found
in this pr (genenetwork/genenetwork3#23
<genenetwork/genenetwork3#23>) and should be
replace in a different PR
How should this be tested? Any background context you want to provide? What
are the relevant pivotal tracker stories? Screenshots (if appropriate)
Questions
------------------------------
You can view, comment on, or merge this pull request online at:
#597
Commit Summary
- Replace code for processing factor loadings
- delete r code
- Replace code for computing zscores
- Replace code for computing and sorting eigens
- Delete ununsed functions
- delete unused imports
File Changes
- *M* wqflask/wqflask/correlation_matrix/show_corr_matrix.py
<https://github.com/genenetwork/genenetwork2/pull/597/files#diff-331597ece32909ad405f738abb686cd66bf15c5ec5474c187388686193327416>
(115)
Patch Links:
- https://github.com/genenetwork/genenetwork2/pull/597.patch
- https://github.com/genenetwork/genenetwork2/pull/597.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#597>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC55V7GJDOMKNSEEHC5BAKTT4HAQZANCNFSM5B5DEHIQ>
.
--
Rob
Robert W. Williams, Ph.D.
Chair: Department of Genetics, Genomics and Informatics
University of Tennessee Health Science Center
71 S Manassas St, Memphis TN 38103-3310, TSRB Room 405
Tele/Cell: 901 604 4752
EMAIL: ***@***.*** or ***@***.***
|
Hi @robwwilliams, This Pr replaces rpy2 used for principal component analysis using python code in gn3.As for the hanging correlations fixed the |
Great. Thanks Alex.
…On Wed, Aug 11, 2021 at 1:15 AM Alexander Kabui ***@***.***> wrote:
Hi @robwwilliams <https://github.com/robwwilliams>, This Pr replaces rpy2
used for principal component analysis using python code in gn3.As for the
hanging correlations fixed the
the issue here:(genenetwork/genenetwork3#34
<genenetwork/genenetwork3#34>) .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#597 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC55V7DR47NNBJ6EFFPF2ALT4IIPZANCNFSM5B5DEHIQ>
.
--
Rob
Robert W. Williams, Ph.D.
Chair: Department of Genetics, Genomics and Informatics
University of Tennessee Health Science Center
71 S Manassas St, Memphis TN 38103-3310, TSRB Room 405
Tele/Cell: 901 604 4752
EMAIL: ***@***.*** or ***@***.***
|
Ping @Alexanderlacuna is this ready for merging? Any clean-up required? |
@BonfaceKilz am actually doing cleanup on this PR. coz currently it does so many things needs to break it into smaller chunks. |
@BonfaceKilz this is PR is related to genenetwork/genenetwork3#23 in gn3 |
Alexander Kabui ***@***.***>
anaandika:
@BonfaceKilz this is PR is related to
genenetwork/genenetwork3#23
in gn3
Cool. Let me know when it's ready. A gentle probe
on e-mail or Matrix will suffice ;)
…--
Bonface M. K.
D4F09EB110177E03C28E2FE1F5BBAE1E0392253F (hkp://keys.gnupg.net)
Free Software Activist
Humble GNU Emacs User | Bearer of scheme-y parens
Curator: <https://upbookclub.com> | Twitter: @BonfaceKilz
|
04f10df
to
5474e66
Compare
Description
this code primarily replaces ryp2 code used in correlation matrix module for computing pca
How should this be tested?
Any background context you want to provide?
What are the relevant pivotal tracker stories?
Screenshots (if appropriate)
Questions