Skip to content

Commit

Permalink
updated readme for gcp functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMancuso authored Apr 15, 2024
1 parent 13d076c commit f040ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type response = {

Note: if input species is Zebrafish, BioGRID is not included in results

## `/gpz-convert-ids`
## `/gpz-ml`

#### Inputs

Expand Down Expand Up @@ -100,6 +100,7 @@ type Response = {
// edge list corresponding to subgraph induced by top predicted genes (as gene symbols)
df_edge_sym: { Node1: string; Node2: string }[];

// table showing how associated each gene in prediction species network is to the users gene list
df_probs: {
// Entrez ID
"Entrez": string;
Expand All @@ -117,6 +118,7 @@ type Response = {
"Rank": int;
}[];

// table showing how similar user's trained model is to models trained on known gene sets
df_sim: {
// term ID
ID: string;
Expand Down

0 comments on commit f040ab0

Please sign in to comment.