Biocaml_unix.BarAffymetrix's BAR files. Their Tiling Analysis Software (TAS) produces BAR files in binary format but this module supports only the text format generated by selecting the "Export probe analysis as TXT" option.
val of_file : string -> tParse file. Raise Bad if there are parse errors.
val to_list : t -> (string * int * float) listReturn the data as a list of triplets (chr,pos,v) representing the chromosome name, probe position, and value. Will be returned in ascending order by (chr,pos).
section t name returns the section named name. Raise Failure if no such section.
sectioni t i returns the i'th section. Raise Failure if no such section.
val num_sections : t -> intReturns the number of sections in t
val data_type : t -> stringReturn the type of data, either "signal" or "p-value".
val scale : t -> stringReturn scale data is reported in, e.g. linear, log2.
val genomic_map : t -> stringFile path of bpmap file used to generate scores.
val alg_name : t -> stringName of algorithm used to generate scores.
val alg_version : t -> stringVersion number of algorithm used.
val coord_convention : t -> stringProbe coordinate convention used.