|
ensembl-hive
2.8.1
|
Public Member Functions | |
| public | run () |
| public Boolean | is_file_header_valid () |
This parser will read and creates direct xrefs from a simple comma-delimited file downloaded from the Human Protein Atlas (HPA) database. The database contains two types of antibody, their own HPA antibodies and Collaborator antibody (CAB) commercial antibodies. data_uri = http://www.proteinatlas.org/download/xref.php The columns of the file should be the following: 1) Antibody 2) Antibody ID 3) Ensembl Peptide ID 4) Link (URL) Antibody,antibody_id,ensembl_peptide_id,link CAB000001,1,ENSP00000363822,http://www.proteinatlas.org/ENSG00000169083-AR CAB000001,1,ENSP00000379358,http://www.proteinatlas.org/ENSG00000169083-AR
Definition at line 34 of file HPAParser.pm.
| public Boolean XrefParser::HPAParser::is_file_header_valid | ( | ) |
Arg [1..N] : list of column names provided by Text::CSV::getline() Example :
Description: Verifies if the header of a HPA file follows expected
syntax.
Return type: boolean
Exceptions : none
Caller : internal
Status : Stable
Code:
| public XrefParser::HPAParser::run | ( | ) |
Undocumented method
Code: