louisacornelis commited on
Commit
4da96d8
·
verified ·
1 Parent(s): e688ffe

Upload tuberculosis_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tuberculosis_metadata.json +9 -9
tuberculosis_metadata.json CHANGED
@@ -5,25 +5,25 @@
5
  "GPL9790_platform": "https://ftp.ncbi.nlm.nih.gov/geo/platforms/GPL9nnn/GPL9790/soft/GPL9790_family.soft.gz",
6
  "UniProt_H37Rv_proteome": "https://rest.uniprot.org/uniprotkb/stream?query=proteome:UP000001584&fields=accession,reviewed,gene_oln&format=tsv"
7
  },
8
- "download_timestamp": "2026-06-25T13:26:30.281407",
9
  "statistics": {
10
- "num_samples": 508,
11
  "num_features": 3814,
12
  "target_stats": {
13
  "class_mapping": {
14
- "NORMAL": 0,
15
- "ABNORMAL": 1
16
  },
17
  "num_classes": 2,
18
  "class_names": [
19
- "NORMAL",
20
- "ABNORMAL"
21
  ],
22
  "samples_per_class": {
23
- "NORMAL": 159,
24
- "ABNORMAL": 349
25
  }
26
  }
27
  },
28
- "preprocessing_notes": "GSE19433 M. tuberculosis full-proteome antibody microarray (platform GPL9790, log-transformed median spot intensities). The classification target is the patient chest x-ray result (0=NORMAL, 1=ABNORMAL); samples with chest x-ray \"not applicable\" or \"UNKNOWN\" are dropped. Microarray spot ids (block_row_column) are mapped to M. tuberculosis ORFs (Rv locus tags) via the GPL9790 platform table; array-specific segment/alt spots (\"-s1\", \"-alt\") are collapsed to the base locus tag by averaging. Rv locus tags are mapped to UniProt accessions via the H37Rv reference proteome (UP000001584); spots that do not resolve to a UniProt accession are discarded."
29
  }
 
5
  "GPL9790_platform": "https://ftp.ncbi.nlm.nih.gov/geo/platforms/GPL9nnn/GPL9790/soft/GPL9790_family.soft.gz",
6
  "UniProt_H37Rv_proteome": "https://rest.uniprot.org/uniprotkb/stream?query=proteome:UP000001584&fields=accession,reviewed,gene_oln&format=tsv"
7
  },
8
+ "download_timestamp": "2026-06-30T11:57:18.314708",
9
  "statistics": {
10
+ "num_samples": 561,
11
  "num_features": 3814,
12
  "target_stats": {
13
  "class_mapping": {
14
+ "NEG": 0,
15
+ "POS": 1
16
  },
17
  "num_classes": 2,
18
  "class_names": [
19
+ "NEG",
20
+ "POS"
21
  ],
22
  "samples_per_class": {
23
+ "NEG": 307,
24
+ "POS": 254
25
  }
26
  }
27
  },
28
+ "preprocessing_notes": "GSE19433 M. tuberculosis full-proteome antibody microarray (platform GPL9790, log-transformed raw intensities without normalization). The classification target is the M. tuberculosis culture result (0=NEG, 1=POS); samples with culture \"not applicable\" are dropped. Microarray spot ids (block_row_column) are mapped to M. tuberculosis ORFs (Rv locus tags) via the GPL9790 platform table; array-specific segment/alt spots (\"-s1\", \"-alt\") are collapsed to the base locus tag by averaging. Rv locus tags are mapped to UniProt accessions via the H37Rv reference proteome (UP000001584); spots that do not resolve to a UniProt accession are discarded."
29
  }