-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The items in here that changed are from commits 5722d9b, d07ce39 and 62cfc9a in the PyGenePlexus repo. Things that specifically changed that might need a UI tweak here - In both the probability and similarity tables there are columns from z-scores and p-values - The edge lists are now weighted again - using Mondo instead of DisGeNet for disease-gene annotations - In similarity table there is now a column called "Task" that describes the type of GSC it is from - changed how the auPRC values are returned, especially when they can't be calculated - Added a column "Gene Name" to the tables the show how the input IDs are converted - If training and showing results for different species, the probability data frame now can have known-novel and Class-Label columns and this information is based on one-to-one ortholog info. Can be used in network figure. Other UI ask that could be good in this PR is possibly showing only StTRING as an option and then having a button a user clicks labeled "More Options" that would show the BioGRID and IMP networks. Similarity the GSC could be default to Combined and the user needs to click a button to see the individual GSCs. This is #44 I also added a script to gather and zip the data for the function. I uploaded the new data to the GCP bucket. --------- Co-authored-by: Vincent Rubinetti <[email protected]>
- Loading branch information
1 parent
9e2f9c8
commit 9e37586
Showing
22 changed files
with
322 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ __pycache__/ | |
/.keys/* | ||
|
||
data | ||
functions/convert_ids/convert-ids_data.tar.gz | ||
functions/ml/ml_data.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ h4.heading { | |
} | ||
|
||
.icon { | ||
color: var(--deep-mid); | ||
color: var(--deep); | ||
} | ||
|
||
.anchor { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.