Uses of Class
ubic.gemma.core.loader.util.biomart.Ensembl2NcbiValueObject
Packages that use Ensembl2NcbiValueObject
-
Uses of Ensembl2NcbiValueObject in ubic.gemma.core.loader.util.biomart
Fields in ubic.gemma.core.loader.util.biomart with type parameters of type Ensembl2NcbiValueObjectModifier and TypeFieldDescriptionprotected LineParser
<Ensembl2NcbiValueObject> BiomartEnsemblNcbiObjectGenerator.bioMartEnsemblNcbiParser
A biomart parser which is constructed a new for each taxon due to slight file taxon differencesMethods in ubic.gemma.core.loader.util.biomart that return Ensembl2NcbiValueObjectModifier and TypeMethodDescriptionBiomartEnsembleNcbiParser.createBioMartEnsembleNcbi
(String[] fields) Given an array of strings representing the line to parse then create a BioMartEnsembleNcbi value object with some validation.Method that returns a particular BioMartEnsembleNcbi based on a peptide id.BiomartEnsembleNcbiParser.parseOneLine
(String line) Method to parse one biomart line, note that there is a many to many relationship between ensemble ids and entrez gene ids.Methods in ubic.gemma.core.loader.util.biomart that return types with arguments of type Ensembl2NcbiValueObjectModifier and TypeMethodDescriptionBiomartEnsemblNcbiObjectGenerator.generate
(Collection<Taxon> validTaxa) Main method to generate a map of biomartEnsembleNcbiIds, involves optional fetch from biomart if no file is provided then returns results of parse method.BiomartEnsemblNcbiObjectGenerator.generateRemote
(Collection<Taxon> validTaxa) BiomartEnsembleNcbiParser.getMap()
BiomartEnsembleNcbiParser.getResults()
Getter for values in map that is BioMartEnsembleNcbi value objects associated with the parsing of this fileBiomartEnsemblNcbiObjectGenerator.parseTaxonBiomartFile
(Taxon taxon, File taxonBiomartFile) Method calls the parse method to parse a biomart file.