-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add obo for Wang's Fig 1 for testing #183
- Loading branch information
1 parent
cdbe384
commit 038976f
Showing
4 changed files
with
61 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Wang 2007 | ||
|
||
**A new method to measure the semantic similarity of GO terms** | ||
Wang JW et al. | ||
2007 | _Bioinformatics_ | PMID: [17344234](https://pubmed.ncbi.nlm.nih.gov/17344234/) | DOI: [10.1093/bioinformatics/btm087](https://academic.oup.com/bioinformatics/article/23/10/1274/197095) | ||
|
||
## Fig 1) DAG for GO term Intracellular Membrane-bound Organelle: 0043231 | ||
![Intracellular membrance-bound organelle](fig1.png) | ||
|
||
|
||
Copyright (C) 2020-present, DV Klopfenstein. All rights reserved. |
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
format-version: 1.2 | ||
data-version: releases/2007-07-01 | ||
|
||
[Term] | ||
id: GO:0005575 | ||
name: Cellular component | ||
namespace: cellular_component | ||
|
||
[Term] | ||
id: GO:0005623 | ||
name: Cell | ||
namespace: cellular_component | ||
is_a: GO:0005575 ! Cellular component | ||
|
||
[Term] | ||
id: GO:0005622 | ||
name: Intracellular | ||
namespace: cellular_component | ||
relationship: part_of GO:0005623 ! Cell | ||
|
||
[Term] | ||
id: GO:0043226 | ||
name: Organelle | ||
namespace: cellular_component | ||
is_a: GO:0005575 ! Cellular component | ||
|
||
[Term] | ||
id: GO:0043227 | ||
name: Membrane-bound organelle | ||
namespace: cellular_component | ||
is_a: GO:0043226 ! Organelle | ||
|
||
[Term] | ||
id: GO:0043229 | ||
name: Intracellular organelle | ||
namespace: cellular_component | ||
is_a: GO:0043226 ! Organelle | ||
relationship: part_of GO:0005622 ! Intracellular | ||
|
||
[Term] | ||
id: GO:0043231 | ||
name: Intracellular membrance-bound organelle | ||
namespace: cellular_component | ||
is_a: GO:0043229 ! Intracellular organelle | ||
is_a: GO:0043227 ! Membrane-bound organelle | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
png: | ||
../../../scripts/go_plot.py --obo fig1.obo -r -o fig1.png GO:0043231 |