Skip to content

Commit

Permalink
Add initial time point, maturity and fusion gene to excluded terms
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Aug 4, 2023
1 parent 8249bc6 commit 72c0169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config/gemma.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export let excludedCategories = [
* to not put a term that is too general.
*/
export let excludedTerms = [
"http://purl.obolibrary.org/obo/SO_0000287", // fusion gene
"http://gemma.msl.ubc.ca/ont/TGEMO_00001", // homozygous negative
"http://gemma.msl.ubc.ca/ont/TGEMO_00003", // heterozygous
"http://gemma.msl.ubc.ca/ont/TGEMO_00004", // overexpression
Expand All @@ -66,15 +67,17 @@ export let excludedTerms = [
"http://purl.obolibrary.org/obo/OBI_0302893", // storage
"http://purl.obolibrary.org/obo/PATO_0000048", // hardness
"http://purl.obolibrary.org/obo/PATO_0000049", // intensity
"http://purl.obolibrary.org/obo/PATO_0000261", // maturity
"http://purl.obolibrary.org/obo/PATO_0000937", // disorganized
"http://purl.obolibrary.org/obo/PATO_0001178", // resistant to
"http://purl.obolibrary.org/obo/PATO_0001397", // cellular potency
"http://purl.obolibrary.org/obo/PATO_0002011", // tumorous
"http://purl.obolibrary.org/obo/PATO_0002104", // inflammatory
"http://purl.obolibrary.org/obo/PATO_0002353", // activation quality
"http://www.ebi.ac.uk/efo/EFO_0001461", // control
"http://www.ebi.ac.uk/efo/EFO_0000562", // labelling
"http://www.ebi.ac.uk/efo/EFO_0001461", // control
"http://www.ebi.ac.uk/efo/EFO_0001646", // anatomical modifier (contains a lot of modifier terms like left/right, lateral, etc.)
"http://www.ebi.ac.uk/efo/EFO_0004425", // initial time point
"http://www.ebi.ac.uk/efo/EFO_0004972", // somatic genotype
"http://www.ebi.ac.uk/efo/EFO_0004973", // germline genotype
"http://www.ebi.ac.uk/efo/EFO_0005168", // wild type genotype
Expand Down

0 comments on commit 72c0169

Please sign in to comment.