Class NCBIGene2Accession
java.lang.Object
ubic.gemma.core.loader.genome.gene.ncbi.model.NCBIGene2Accession
See ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/README
gene2accession --------------------------------------------------------------------------- This file is a comprehensive report of the accessions that are related to a GeneID. It includes sequences from the international sequence collaboration, Swiss-Prot, and RefSeq. This file can be considered as the logical equivalent of ftp://ftp.ncbi.nih.gov/refseq/LocusLink/loc2ref AND ftp://ftp.ncbi.nih.gov/refseq/LocusLink/loc2acc tab-delimited one line per genomic/RNA/protein set of sequence accessions --------------------------------------------------------------------------- tax_id: the unique identifier provided by NCBI Taxonomy for the species or strain/isolate GeneID: the unique identifier for a gene --note: for genomes previously available from LocusLink, the identifiers are equivalent status: status of the RefSeq if a refseq, else '-' RNA nucleotide accession.version may be null (-) for some genomes RNA nucleotide gi the gi for an RNA nucleotide accession, '-' if not applicable protein accession.version will be null (-) for RNA-coding genes protein gi: the gi for a protein accession, '-' if not applicable genomic nucleotide accession.version may be null (-) genomic nucleotide gi the gi for a genomic nucleotide accession, '-' if not applicable start position on the genomic accession position of the gene feature on the genomic accession, '-' if not applicable position 0-based end position on the genomic accession position of the gene feature on the genomic accession, '-' if not applicable position 0-based orientation orientation of the gene feature on the genomic accession, '?' if not applicable
- Author:
- pavlidis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()
int
getTaxId()
void
setEndPosition
(Long endPosition) void
void
setGenomicNucleotideAccession
(String genomicNucleotideAccession) void
setGenomicNucleotideAccessionVersion
(String genomicNucleotideAccessionVersion) void
setGenomicNucleotideGI
(String genomicNucleotideGI) void
setInfo
(NCBIGeneInfo info) void
setOrientation
(String orientation) void
setProteinAccession
(String proteinAccession) void
setProteinAccessionVersion
(String proteinAccessionVersion) void
setProteinGI
(String proteinGI) void
setRnaNucleotideAccession
(String rnaNucleotideAccession) void
setRnaNucleotideAccessionVersion
(String rnaNucleotideAccessionVersion) void
setRnaNucleotideGI
(String rnaNucleotideGI) void
setStartPosition
(Long startPosition) void
void
setTaxId
(int taxId)
-
Constructor Details
-
NCBIGene2Accession
public NCBIGene2Accession()
-
-
Method Details
-
getGenomicNucleotideAccession
- Returns:
- the genomicNucleotideAccession
-
setGenomicNucleotideAccession
- Parameters:
genomicNucleotideAccession
- the genomicNucleotideAccession to set
-
getGenomicNucleotideAccessionVersion
- Returns:
- the genomicNucleotideAccessionVersion
-
setGenomicNucleotideAccessionVersion
- Parameters:
genomicNucleotideAccessionVersion
- the genomicNucleotideAccessionVersion to set
-
getProteinAccessionVersion
- Returns:
- the proteinAccessionVersion
-
setProteinAccessionVersion
- Parameters:
proteinAccessionVersion
- the proteinAccessionVersion to set
-
getRnaNucleotideAccession
- Returns:
- the rnaNucleotideAccession
-
setRnaNucleotideAccession
- Parameters:
rnaNucleotideAccession
- the rnaNucleotideAccession to set
-
getRnaNucleotideAccessionVersion
- Returns:
- the rnaNucleotideAccessionVersion
-
setRnaNucleotideAccessionVersion
- Parameters:
rnaNucleotideAccessionVersion
- the rnaNucleotideAccessionVersion to set
-
getRnaNucleotideGI
- Returns:
- the rnaNucleotideGI
-
setRnaNucleotideGI
- Parameters:
rnaNucleotideGI
- the rnaNucleotideGI to set
-
getInfo
- Returns:
- Returns the info.
-
setInfo
- Parameters:
info
- The info to set.
-
getEndPosition
- Returns:
- Returns the endPosition.
-
setEndPosition
- Parameters:
endPosition
- The endPosition to set.
-
getGeneId
- Returns:
- Returns the geneId.
-
setGeneId
- Parameters:
geneId
- The geneId to set.
-
getGenomicNucleotideGI
- Returns:
- Returns the genomicNucleotideGI.
-
setGenomicNucleotideGI
- Parameters:
genomicNucleotideGI
- The genomicNucleotideGI to set.
-
getOrientation
- Returns:
- Returns the orientation.
-
setOrientation
- Parameters:
orientation
- The orientation to set.
-
getProteinAccession
- Returns:
- Returns the proteinAccessionVersion.
-
setProteinAccession
- Parameters:
proteinAccession
- The proteinAccessionVersion to set.
-
getProteinGI
- Returns:
- Returns the proteinGI.
-
setProteinGI
- Parameters:
proteinGI
- The proteinGI to set.
-
getStartPosition
- Returns:
- Returns the startPosition.
-
setStartPosition
- Parameters:
startPosition
- The startPosition to set.
-
getStatus
- Returns:
- Returns the status.
-
setStatus
- Parameters:
status
- The status to set.
-
getTaxId
public int getTaxId()- Returns:
- Returns the taxId.
-
setTaxId
public void setTaxId(int taxId) - Parameters:
taxId
- The taxId to set.
-