kartoun commited on
Commit
2a9fc04
·
verified ·
1 Parent(s): 52aacc1

Upload 2 files

Browse files
Files changed (2) hide show
  1. oligos.csv +0 -0
  2. schema.json +11 -1
oligos.csv CHANGED
The diff for this file is too large to render. See raw diff
 
schema.json CHANGED
@@ -14468,7 +14468,7 @@
14468
  "oligos.csv": {
14469
  "description": "Oligonucleotide-level metadata: identifiers, modality, sequence, length, target gene, control assignment.",
14470
  "n_rows": 1120,
14471
- "n_columns": 13,
14472
  "columns": [
14473
  {
14474
  "name": "oligo_id",
@@ -14508,6 +14508,16 @@
14508
  "min": 0.0,
14509
  "max": 30.0
14510
  },
 
 
 
 
 
 
 
 
 
 
14511
  {
14512
  "name": "sequence_origin",
14513
  "type": "categorical",
 
14468
  "oligos.csv": {
14469
  "description": "Oligonucleotide-level metadata: identifiers, modality, sequence, length, target gene, control assignment.",
14470
  "n_rows": 1120,
14471
+ "n_columns": 14,
14472
  "columns": [
14473
  {
14474
  "name": "oligo_id",
 
14508
  "min": 0.0,
14509
  "max": 30.0
14510
  },
14511
+ {
14512
+ "name": "is_administered_oligo",
14513
+ "type": "boolean",
14514
+ "non_null_count": 1120,
14515
+ "unique_value_count": 2,
14516
+ "values": [
14517
+ "True",
14518
+ "False"
14519
+ ]
14520
+ },
14521
  {
14522
  "name": "sequence_origin",
14523
  "type": "categorical",