tabbiomed-neurips2026 commited on
Commit
62c5f97
·
verified ·
1 Parent(s): e49f3ab

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +11 -0
metadata.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "pca_1k",
4
+ "task": "multiregression",
5
+ "cat_idx": [],
6
+ "num_samples": 2609,
7
+ "num_features": 827,
8
+ "description": "This dataset contains genotypes from chromosome chr22 for a subset of samples from the 1000 Genomes Project and HGDP. For this specific dataset, 1000 SNPs at random positions where randomly selected from the original sequences and missing values where introduced with a probability of 0%. The task is to predict the first 3 PCA coordinates of each sample..",
9
+ "source": "Chromosome data was dowloaded from GnomAD v3.1.2 - 1KG + HGDP callset: https://gnomad.broadinstitute.org/downloads#v3-hgdp-1kg. PCA coordinates were computed from the 300.000 more informative SNPs, using the chromosomes 1 to 22.",
10
+ "label": "genomics"
11
+ }