jwkova commited on
Commit
9a7de41
·
verified ·
1 Parent(s): f2bce4b

Modality table: realistic atac example + context column header

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -87,7 +87,7 @@ list is `model.modality_info`. The `Dtype` column is the `raw`/decoded Python ty
87
  them to condition on cell-state / assay metadata — the `Conditioning context`
88
  column shows a real example for each.
89
 
90
- | Modality | Track | Dtype | Description | Example | Conditioning context (`tok_context`) |
91
  |---|---|---|---|---|---|
92
  | `rna_seq` | nucleic | `str` | RNA/DNA nucleotide sequence (unspliced) — the core nucleic input | `"UUUGGAAACUUU…"` | — |
93
  | `cds_junctions` | nucleic | `str` | Coding-sequence (CDS) exon–exon junction positions, per position | `"…0001000…"` | — |
@@ -97,7 +97,7 @@ column shows a real example for each.
97
  | `feature_type` | nucleic | `list[str]` | Genomic feature-type label | `['protein_coding']` | — |
98
  | `phylop_human` | nucleic | `list[float]` | phyloP evolutionary-conservation score (human), per position | `[-0.66, 1.04, …]` | — |
99
  | `phylop_mouse` | nucleic | `list[float]` | phyloP evolutionary-conservation score (mouse), per position | `[-0.26, -0.92, …]` | — |
100
- | `atac` | nucleic | `str` | ATAC-seq chromatin-accessibility signal, per position (`N` = unmeasured). **Cell-state-conditional** | `"…NNNN…"` | `"human, GM23338 lymphoblastoid cell line (EBV-transformed B lymphocyte)"` |
101
  | `cage` | nucleic | `list[float]` | CAGE transcription-start signal, per position. **Cell-state-conditional** | `[0.001, 0.001, …]` | `"skeletal muscle, human, fetal"` |
102
  | `rasp2` | nucleic | `list[float]` | RASP2 (icSHAPE-style) RNA-structure reactivity, per position (`nan` where unmeasured). **Condition-conditional** | `[nan, 0.42, …]` | `"technology: icSHAPE, reagent: NAI-N3, in vivo, cell line: K562, human"` |
103
  | `aa_seq` | protein | `str` | Amino-acid (protein) sequence — the core protein input | `"MTPPERLFLP…"` | — |
 
87
  them to condition on cell-state / assay metadata — the `Conditioning context`
88
  column shows a real example for each.
89
 
90
+ | Modality | Track | Dtype | Description | Example | Conditioning context (`context`) |
91
  |---|---|---|---|---|---|
92
  | `rna_seq` | nucleic | `str` | RNA/DNA nucleotide sequence (unspliced) — the core nucleic input | `"UUUGGAAACUUU…"` | — |
93
  | `cds_junctions` | nucleic | `str` | Coding-sequence (CDS) exon–exon junction positions, per position | `"…0001000…"` | — |
 
97
  | `feature_type` | nucleic | `list[str]` | Genomic feature-type label | `['protein_coding']` | — |
98
  | `phylop_human` | nucleic | `list[float]` | phyloP evolutionary-conservation score (human), per position | `[-0.66, 1.04, …]` | — |
99
  | `phylop_mouse` | nucleic | `list[float]` | phyloP evolutionary-conservation score (mouse), per position | `[-0.26, -0.92, …]` | — |
100
+ | `atac` | nucleic | `str` | ATAC-seq chromatin-accessibility signal, per position (`N` = unmeasured). **Cell-state-conditional** | `"…N888887…"` | `"human, GM23338 lymphoblastoid cell line (EBV-transformed B lymphocyte)"` |
101
  | `cage` | nucleic | `list[float]` | CAGE transcription-start signal, per position. **Cell-state-conditional** | `[0.001, 0.001, …]` | `"skeletal muscle, human, fetal"` |
102
  | `rasp2` | nucleic | `list[float]` | RASP2 (icSHAPE-style) RNA-structure reactivity, per position (`nan` where unmeasured). **Condition-conditional** | `[nan, 0.42, …]` | `"technology: icSHAPE, reagent: NAI-N3, in vivo, cell line: K562, human"` |
103
  | `aa_seq` | protein | `str` | Amino-acid (protein) sequence — the core protein input | `"MTPPERLFLP…"` | — |