ensembl-hive  2.7.0
XrefParser::UCSCParser Class Reference

Public Member Functions

public N run ()
 

Detailed Description

Description

A parser class to parse UCSC data for human and mouse.

-data_uri = ftp://hgdownload.cse.ucsc.edu/goldenPath/hg38/database/knownGene.txt.gz
-file_format = TSV
-columns = [
    ensembl_id
    chromosome
    strand
    tx_start
    tx_end
    cds_start
    cds_end
    nb_exons
    exon_starts
    exon_ends
    uniprot_accession
    ucsc_accession
  ]

Only columns listed in \@required_columns are mandatory.

Synopsis

my $parser = XrefParser::UCSCParser->new($db->dbh);
$parser->run({
source_id => 1,
species_id => 9606,
files => ['UCSC_human/knownGene.txt.gz'],
});

Definition at line 39 of file UCSCParser.pm.

Member Function Documentation

◆ run()

public N XrefParser::UCSCParser::run ( )
  Description: Runs the UCSCParser
  Return type: N/A
  Caller     : internal
 
Code:
click to view

The documentation for this class was generated from the following file:
XrefParser::UCSCParser
Definition: UCSCParser.pm:39
map
public map()
accession
public accession()
XrefParser::UCSCParser::run
public N run()