package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Encode.Experiment_listSource

Sourcetype t = item list
Sourceand item = {
  1. data_type : [ `CAGE | `ChIA_PET | `ChIP_seq | `Combined | `DNA_PET | `DNase_DGF | `DNase_seq | `Exon_array | `FAIRE_seq | `GENCODE | `Genotype | `_5C ];
  2. cell_type : string;
  3. experimental_factors : (string * string) list;
  4. treatment : string;
  5. lab : string;
  6. pi : string;
  7. assembly : string;
  8. status : string;
  9. geo_accession : string;
  10. dcc_accession : string;
  11. data_unrestricted : string;
}
Sourceexception Parse_error of string * int
Sourceval parse : string -> [ `Ok of t | `Error of string * int ]
Sourceval parse_exn : string -> t
Sourceval human_url : string
Sourceval mouse_url : string
OCaml

Innovation. Community. Security.