maom commited on
Commit
45a63ea
·
verified ·
1 Parent(s): 7ab5cbd

Update README.md

Browse files

add initial README

Files changed (1) hide show
  1. README.md +239 -3
README.md CHANGED
@@ -1,3 +1,239 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - tabular-regression
5
+ tags:
6
+ - biology
7
+ pretty_name: Candida albicans Co-Expression Network
8
+ size_categories:
9
+ - 10M<n<100M
10
+ ---
11
+ # CalCEN: A Co-Expression Network for *Candida albicans*
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 principle that genes with
17
+ similar expression patterns across multiple conditions will likely be involved in the
18
+ same biological process. For *Candida albicans*, a prevalent human fungal pathogen, we
19
+ leveraged a large amount of publicly available transcriptomic data to generate a C. albicans
20
+ Co-Expression Network (CalCEN), recapitulating known protein networks, predicting gene function, and
21
+ enabling insights into the principles influencing co-expression. Overall, co-expression
22
+ is a powerful tool for uncovering gene function, and decreases the experimental tests
23
+ needed to identify functions for currently under-annotated genes.
24
+
25
+
26
+
27
+ Data for
28
+
29
+ TR O'Meara, MJ O'Meara, M Sphere, 2020
30
+ DeORFanizing Candida albicans Genes using Co-Expression
31
+
32
+ Code available at
33
+ http://github.com/momeara/CalCEN
34
+
35
+
36
+ *Candida albicans* Co-Expression Network (CalCEN) version 1.0.0
37
+
38
+
39
+ ## Files ##
40
+ chromsome_features.tsv
41
+ - Candida albicans SC5314chromsome features collected from Candida Genome Database 12-Jun 2018
42
+ - primary key: feature_name
43
+ - URL: http://www.candidagenome.org/download/chromosomal_feature_files/C_albicans_SC5314/C_albicans_SC5314_A22_current_chromosomal_feature.tab
44
+ - tab separated table with 13,281 rows and columns
45
+ - feature_name <chr> "C1_00010W_A", "C1_00010W_B", "C1_00020C_A", ...
46
+ - gene_name <chr> NA, NA, NA, NA, NA, NA, "CTA2", "CTA2", NA, ...
47
+ - aliases <chr> "orf19.6115|C1_00010W_B|C1_00010W|orf19.1353 ...
48
+ - feature_type <chr> "ORF|Dubious", "ORF", "ORF|Uncharacterized", ...
49
+ - chromosome <chr> "Ca22chr1A_C_albicans_SC5314", "Ca22chr1B_C_ ...
50
+ - start_coordinate <dbl> 4059, 4059, 4720, 4720, 8908, 8908, 10718, 1 ...
51
+ - stop_coordinate <dbl> 4397, 4397, 4409, 4409, 8597, 8597, 11485, 1 ...
52
+ - strand <chr> "W", "W", "C", "C", "C", "C", "W", "W", "C", ...
53
+ - primary_cgd_id <chr> "CAL0000182519", "CAL0000183273", "CAL000018 ...
54
+ - secondary_cgd_id <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, "CAL ...
55
+ - description <chr> "Dubious open reading frame", "Dubious open ...
56
+ - creation_date <date> 2014-06-24, 2014-06-24, 2014-06-24, 2014-06 ...
57
+ - sequence_coordinate_date <date> 2014-06-24, 2014-06-24, 2014-06-24, 2014-06 ...
58
+ - gene_name_date <date> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, ...
59
+ - gene_name_is_standard <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FA ...
60
+ - sac_ortholog <chr> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, "TUP ...
61
+ - feature_class <chr> "ORF", "ORF", "ORF", "ORF", "ORF", "ORF", "O ...
62
+ - feature_status <chr> "Dubious", NA, "Uncharacterized", NA, "Uncha ...
63
+ - is_alternatively_spliced <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FA ...
64
+ - is_transposable_element <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FA ...
65
+ - rna_type <lgl> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, ...
66
+ - is_blocked_reading_frame <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FA ...
67
+
68
+ genes.tsv
69
+ - Curated set of 6226 genes use in this study
70
+ - primary key: feature_name
71
+ - foreign keys:
72
+ - feature_name -> chromosome_features.feature_name
73
+ - tab separated table with 6,226 row and columns
74
+ - feature_name <chr> "C3_03580C_A", "C2_05660W_A", "C7_02860C_A", "C3_05180W_ ...
75
+
76
+ expression_runs.tsv
77
+ - Curated set of RNA-seq runs used in this study
78
+ - Collected from NCBI SRA
79
+ - primary key: run_accession
80
+ - tab separated table with 853 rows and columns
81
+ - submission_accession <chr> "ERA237292", "ERA237292", "ERA237292", ...
82
+ - submission_lab <chr> "ArrayExpress", "ArrayExpress", "ArrayE ...
83
+ - updated_date <date> 2016-01-11, 2016-01-11, 2016-01-11, 20 ...
84
+ - sradb_updated <dttm> 2018-05-24 18:09:52, 2018-05-24 18:09: ...
85
+ - study_accession <chr> "ERP003535", "ERP003535", "ERP003535", ...
86
+ - study_alias <chr> "E-MTAB-1720", "E-MTAB-1720", "E-MTAB-1 ...
87
+ - study_name <chr> "E-MTAB-1720", "E-MTAB-1720", "E-MTAB-1 ...
88
+ - study_title <chr> "Initial stress responses of Candida al ...
89
+ - study_type <chr> "Transcriptome Analysis", "Transcriptom ...
90
+ - study_abstract <chr> "A study was carried out to characteris ...
91
+ - center_project_name <chr> "Initial stress responses of Candida al ...
92
+ - study_description <chr> "A study was carried out to characteris ...
93
+ - study_attribute <chr> "ArrayExpress: E-MTAB-1720", "ArrayExpr ...
94
+ - description <chr> "Protocols: Candida albicans (strain CA ...
95
+ - design_description <chr> "Initial stress responses of Candida al ...
96
+ - sample_accession <chr> "ERS323180", "ERS323177", "ERS323173", ...
97
+ - sample_alias <chr> "E-MTAB-1720:NS B", "E-MTAB-1720:XS+NS ...
98
+ - sample_name <chr> "E-MTAB-1720:NS B", "E-MTAB-1720:XS+NS ...
99
+ - sample_attribute <chr> "organism: Candida albicans || genotype ...
100
+ - taxon_id <dbl> 5476, 5476, 5476, 5476, 5476, 5476, 547 ...
101
+ - background_strain <chr> "CAI4", "CAI4", "CAI4", "CAI4", "CAI4", ...
102
+ - platform <chr> "ILLUMINA", "ILLUMINA", "ILLUMINA", "IL ...
103
+ - platform_parameters <chr> "INSTRUMENT_MODEL: Illumina HiSeq 2000" ...
104
+ - instrument_model <chr> "Illumina HiSeq 2000", "Illumina HiSeq ...
105
+ - library_name <chr> "NS B", "XS+NS D", "NS D", "XS+NS D", " ...
106
+ - library_strategy <chr> "RNA-Seq", "RNA-Seq", "RNA-Seq", "RNA-S ...
107
+ - library_source <chr> "TRANSCRIPTOMIC", "TRANSCRIPTOMIC", "TR ...
108
+ - library_selection <chr> "cDNA", "cDNA", "cDNA", "cDNA", "cDNA", ...
109
+ - library_layout <chr> "SINGLE -", "SINGLE -", "SINGLE -", "SI ...
110
+ - library_construction_protocol <chr> "Candida albicans (strain CAI4-CIp10) w ...
111
+ - is_paired <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALS ...
112
+ - read_spec <chr> "READ_INDEX: 0; READ_CLASS: Application ...
113
+ - experiment_accession <chr> "ERX283431", "ERX283301", "ERX283317", ...
114
+ - experiment_alias <chr> "E-MTAB-1720:120314_0166_D0814ACXX_3_SA ...
115
+ - experiment_name <chr> "E-MTAB-1720:120314_0166_D0814ACXX_3_SA ...
116
+ - experiment_title <chr> "Illumina HiSeq 2000 sequencing; Initia ...
117
+ - experiment_attribute <chr> "Experimental Factor: compound_1: DPTA ...
118
+ - run_accession <chr> "ERR310125", "ERR310018", "ERR309994", ...
119
+ - run_alias <chr> "E-MTAB-1720:120314_0166_D0814ACXX_3_SA ...
120
+ - run_center <chr> "The GenePool, University of Edinburgh" ...
121
+ - spots <dbl> 1879764, 6330342, 5750605, 7088156, 649 ...
122
+ - bases <dbl> 95867964, 322847442, 293280855, 3614959 ...
123
+ - sra_fname <chr> "/nfs/ex7/work/momeara/ca_coexp/sra_806 ...
124
+ - year_collected <dbl> 2018, 2018, 2018, 2018, 2018, 2018, 201 ...
125
+
126
+
127
+ estimated_expression.tsv
128
+ - gene by RNA-seq run expression levels
129
+ - primary key: gene_id, run_accession
130
+ - foreign keys:
131
+ - gene_id -> genes.feature_name
132
+ - run_accession -> expression_runs.run_accession
133
+ - The FPKM column represents the per-gene, per-run expression level
134
+ - tab separated table with 8,710,174 rows and columns
135
+ - gene_id <chr> "C1_00010W_A", "C1_00020C_A", "C1_00030C_A", "C1_000 ...
136
+ - transcript_ids <chr> "C1_00010W_A", "C1_00020C_A", "C1_00030C_A", "C1_000 ...
137
+ - length <dbl> 339, 312, 312, 768, 348, 1539, 1089, 852, 522, 729, ...
138
+ - effective_length <dbl> 290, 263, 263, 719, 299, 1490, 1040, 803, 473, 680, ...
139
+ - expected_count <dbl> 24.00, 2149.00, 355.01, 3219.94, 56.00, 8003.00, 696 ...
140
+ - TPM <dbl> 3.38, 333.77, 55.14, 182.93, 7.65, 219.40, 273.72, 4 ...
141
+ - FPKM <dbl> 4.36, 430.27, 71.08, 235.82, 9.86, 282.83, 352.86, 5 ...
142
+ - run_accession <chr> "ERR1143627", "ERR1143627", "ERR1143627", "ERR114362 ...
143
+ - study_accession <chr> "ERP013259", "ERP013259", "ERP013259", "ERP013259", ...
144
+ - is_paired <lgl> FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FAL ...
145
+
146
+ CalCEN_network.tsv
147
+ - Co-expression network
148
+ - primary key: feature_name_1, feature_name_2
149
+ - foreign keys:
150
+ - feature_name_1 -> genes.feature_name
151
+ - feature_name_2 -> genes.feature_name
152
+ - score represents the scaled rank of the association between genes among
153
+ all gene pairs.
154
+ - score >= .99 is the default threshold for a significant association
155
+ - tab separated table with 38,763,076 rows and columns
156
+ - feature_name_1 <chr> "C3_03580C_A", "C2_05660W_A", "C7_02860C_A", "C3_05180 ...
157
+ - feature_name_2 <chr> "C3_03580C_A", "C3_03580C_A", "C3_03580C_A", "C3_03580 ...
158
+ - score <dbl> 1.00000000, 0.75060056, 0.40875062, 0.68047576, 0.3594 ...
159
+
160
+ blastp_network.tsv
161
+ - blastp sequence similarity network
162
+ - primary key: feature_name_1, feature_name_2
163
+ - foreign keys:
164
+ - feature_name_1 -> genes.feature_name
165
+ - feature_name_2 -> genes.feature_name
166
+ - score representes the scaled rank of the blastp Z-score among
167
+ all significant gene pair associations (i.e. missing -> score = 0).
168
+ - tab separated table with 112,129 rows and columns:
169
+ - feature_name_1 <chr> "C3_03580C_A", "C1_08890C_A", "CR_06460W_A", "C3_03600 ...
170
+ - feature_name_2 <chr> "C3_03580C_A", "C3_03580C_A", "C3_03580C_A", "C3_03580 ...
171
+ - score <dbl> 0.95015957, 0.18948743, 0.27596712, 0.89713733, 0.0849 ...
172
+
173
+ sac_gene.tsv
174
+ - genetic associations between orthologous Sac genes Network
175
+ - primary key: feature_name_1, feature_name_2
176
+ - foreign keys:
177
+ - feature_name_1 -> genes.feature_name
178
+ - feature_name_2 -> genes.feature_name
179
+ - score represents the scaled rank of the the spearman correlation between
180
+ between binary genetic association collected from BioGRID between orthologous genes
181
+ from sac (higher is more siginficant)
182
+ - tab separated table with 38,763,076 rows and columns
183
+ - feature_name_1 <chr> "C3_03580C_A", "C2_05660W_A", "C7_02860C_A", "C3_05180 ...
184
+ - feature_name_2 <chr> "C3_03580C_A", "C3_03580C_A", "C3_03580C_A", "C3_03580 ...
185
+ - score <dbl> 1.00000000, 0.61167254, 0.23926432, 0.40917646, 0.6116 ...
186
+
187
+ sac_gene.tsv
188
+ - physical protein-protein interaction between orthologous Sac genes Network
189
+ - primary key: feature_name_1, feature_name_2
190
+ - foreign keys:
191
+ - feature_name_1 -> genes.feature_name
192
+ - feature_name_2 -> genes.feature_name
193
+ - score represents the scaled rank of the the extended binary network
194
+ between binary genetic association collected from BioGRID between orthologous genes
195
+ from sac (higher is more siginficant).
196
+ - tab separated table with 14,671,296 rows and columns
197
+ - feature_name_1 <chr> "C3_03580C_A", "C2_05660W_A", "C7_02860C_A", "C3_05180 ...
198
+ - feature_name_2 <chr> "C3_03580C_A", "C2_05660W_A", "C7_02860C_A", "C7_02860 ...
199
+ - score <dbl> 1.0000000, 1.0000000, 1.0000000, 0.5000000, 0.5000000, ...
200
+
201
+ yeast_net_network.tsv
202
+ - YeastNet between orthologous Sac genes network
203
+ - primary key: feature_name_1, feature_name_2
204
+ - foreign keys:
205
+ - feature_name_1 -> genes.feature_name
206
+ - feature_name_2 -> genes.feature_name
207
+ - score is taken directly from the YeastNet network
208
+ - tab separated table with 425,792 rows and columns
209
+ - feature_name_1 <chr> "C1_12750C_A", "C5_05140W_A", "CR_07620W_A", "C7_04040 ...
210
+ - feature_name_2 <chr> "C7_02860C_A", "C7_02860C_A", "C7_02860C_A", "C7_02860 ...
211
+ - score <dbl> 2.300967, 2.415099, 2.300967, 2.309640, 2.337247, 2.22 ...
212
+
213
+
214
+ go_annotations.tsv
215
+ - GO annotations from Candida Genome Database collected 12-Jun 2018
216
+ - URL: http://www.candidagenome.org/download/go/gene_association.cgd.gz
217
+ - primary key: feature_name, go_id
218
+ - foreign keys:
219
+ - feature_name -> genes.feature_name
220
+ - values exclude NOT annotations and are propagated up the ontological hierarchy
221
+ - tab separated table with 29,159 rows and columns
222
+ - feature_name <chr> "C1_00100C_A", "C1_00640C_A", "C1_02660C_A", "C1_03540C_ ...
223
+ - go_id <chr> "GO.0000002", "GO.0000002", "GO.0000002", "GO.0000002", ...
224
+
225
+ gba_summary.tsv
226
+ - Summary of guilt-by-association gene-function prediction
227
+ - primary key: anno_id, network_id
228
+ - anno_id in [all, MF, BB, CC]
229
+ - network_id is a set of networks ids separated by '|'
230
+ - auroc_mean auroc_std is the area under the ROC curve summarized
231
+ over 10 fold cross validation
232
+ - degree_null_auroc_mean, degree_null_auroc_std is the degree null predictor scores
233
+ - tab separated table with 125 rows with columns
234
+ - anno_id <chr> "all", "all", "all", "all", "all", "all", "all ...
235
+ - network_id <chr> "CalCEN", "BlastP", "SacPhys", "SacGene", "Yea ...
236
+ - auroc_mean <dbl> 0.7522911, 0.6880802, 0.7713754, 0.7525273, 0. ...
237
+ - auroc_std <dbl> 0.08311475, 0.11720483, 0.17135738, 0.12416886 ...
238
+ - degree_null_auroc_mean <dbl> 0.5111914, 0.5473948, 0.5996210, 0.5926223, 0. ...
239
+ - degree_null_auroc_std <dbl> 0.1069059, 0.1418470, 0.1340942, 0.1316009, 0. ...