Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 700 Bytes

gerp_elements.rst

File metadata and controls

31 lines (25 loc) · 700 Bytes

gerp_elements

  • Versions: hg19
  • Reference genome builds: GRCh37, GRCh38
  • Type: :class:`.Table`

Schema (hg19, GRCh37)

----------------------------------------
Global fields:
    'metadata': struct {
        name: str,
        version: str,
        reference_genome: str,
        n_partitions: int32
    }
----------------------------------------
Row fields:
    'interval': interval<locus<GRCh37>>
    'S': float64
    'p_value': float64
----------------------------------------
Key: ['interval']
----------------------------------------