Add initial README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-regression
|
| 5 |
+
tags:
|
| 6 |
+
- biology
|
| 7 |
+
pretty_name: Toxoplasma gondii Coexpression Network
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10M<n<100M
|
| 10 |
---
|
| 11 |
+
# ToxoCEN: A Co-expression network for *Toxoplasma gondii*
|
| 12 |
+
Elucidating gene function is a major goal in biology, especially among non-model organisms.
|
| 13 |
+
However, doing so is complicated by the fact that molecular conservation does not always
|
| 14 |
+
mirror functional conservation, and that complex relationships among genes are responsible
|
| 15 |
+
for encoding pathways and higher-order biological processes. Co-expression, a promising
|
| 16 |
+
approach for predicting gene function, relies on the general principal that genes with
|
| 17 |
+
similar expression patterns across multiple conditions will likely be involved in the
|
| 18 |
+
same biological process. For Toxoplasma gondii, a prevalent human eukaryotic pathogen
|
| 19 |
+
greatly diverged from malaria, approximately 47% of the predicted genes in the genome
|
| 20 |
+
lack functional annotations. Here, we leveraged a large amount of publicly available
|
| 21 |
+
transcriptomic data to generate a T. gondii Co-Expression Network (ToxoCEN),
|
| 22 |
+
recapitulating known protein networks, predicting gene function, and
|
| 23 |
+
enabling insights into the principles influencing co-expression. Overall, co-expression
|
| 24 |
+
is a powerful tool for uncovering gene function, and decreases the experimental tests
|
| 25 |
+
needed to identify functions for currently under-annotated genes.
|
| 26 |
+
|
| 27 |
+
MJ O'Meara, JR Rapala, CB Nichols, C Alexandre, B Billmyre, JL Steenwyk, A Alspaugh, TR O'Meara
|
| 28 |
+
ToxoCEN: A Co-Expression Network for Toxoplasma gondii
|
| 29 |
+
Code available at https://github.com/maomlab/CalCEN/tree/master/vignettes/ToxoCEN
|
| 30 |
+
|
| 31 |
+
**TGME49_transcript_annotations.tsv**
|
| 32 |
+
* [Toxoplasma gondii ME49](https://toxodb.org/toxo/app/record/dataset/NCBITAXON_508771) (NCBI Taxon:508771) annotated protein features collected from [ToxoDB](https://toxodb.org/toxo/app) Release 64
|
| 33 |
+
|
| 34 |
+
**top_coexp_hits.tsv**
|
| 35 |
+
* top 50 ToxoCEN associations for each gene
|
| 36 |
+
|
| 37 |
+
**top_coexp_hits_0.15.tsv**
|
| 38 |
+
* top ToxoCEN associations for each gene filtered by score > 0.85 and at most 50 per gene
|
| 39 |
+
|
| 40 |
+
**Data/estimated_expression_meta.tsv**
|
| 41 |
+
* Metadata for RNAseq estimated expression runs
|
| 42 |
+
|
| 43 |
+
**Data/estimated_expression.tsv**
|
| 44 |
+
* gene by RNA-seq run estimated expression
|
| 45 |
+
|
| 46 |
+
**Networks/ToxoCEN_network.tsv**
|
| 47 |
+
* ToxoCEN Co-expression network
|
| 48 |
+
|
| 49 |
+
**Networks/BlastP_network.tsv**
|
| 50 |
+
* Protein sequence similarity network
|