Uses of Interface
ubic.gemma.core.loader.util.parser.LineParser
Packages that use LineParser
Package
Description
-
Uses of LineParser in ubic.gemma.core.loader.association
Classes in ubic.gemma.core.loader.association that implement LineParserModifier and TypeClassDescriptionclassThis parses GO annotations from NCBI. -
Uses of LineParser in ubic.gemma.core.loader.expression.arrayDesign
Classes in ubic.gemma.core.loader.expression.arrayDesign that implement LineParserModifier and TypeClassDescriptionclassReads Affymetrix Probe files, including exon arrays.classDeprecated.classParse the "old" array description format.classParse an Illumina "manifest.txt" file (tab-delimited). -
Uses of LineParser in ubic.gemma.core.loader.genome
Classes in ubic.gemma.core.loader.genome that implement LineParserModifier and TypeClassDescriptionclassLoader to handle results generated by Jim Kent's Blat.classParse probes from a tabular file. -
Uses of LineParser in ubic.gemma.core.loader.genome.gene.ncbi
Classes in ubic.gemma.core.loader.genome.gene.ncbi that implement LineParserModifier and TypeClassDescriptionclassClass to parse the NCBI gene2accession files.classclassParse the NCBI "gene_history" file.classClass to parse the gene_info file from NCBI Gene. -
Uses of LineParser in ubic.gemma.core.loader.genome.taxon
Classes in ubic.gemma.core.loader.genome.taxon that implement LineParserModifier and TypeClassDescriptionclassParse the "names.dmp" file from NCBI, ftp://ftp.ncbi.nih.gov/pub/taxonomy/. -
Uses of LineParser in ubic.gemma.core.loader.util.biomart
Classes in ubic.gemma.core.loader.util.biomart that implement LineParserFields in ubic.gemma.core.loader.util.biomart declared as LineParserModifier and TypeFieldDescriptionprotected LineParser<Ensembl2NcbiValueObject> BiomartEnsemblNcbiObjectGenerator.bioMartEnsemblNcbiParserA biomart parser which is constructed a new for each taxon due to slight file taxon differences -
Uses of LineParser in ubic.gemma.core.loader.util.parser
Classes in ubic.gemma.core.loader.util.parser that implement LineParserModifier and TypeClassDescriptionclassBasicLineMapParser<K,T> A line parser that produces a Map instead of a Collection.classA simple LineParser implementation that doesn't do anything.classLineMapParser<K,T> The difference between this class and BasicLineMapParser is more flexibility in how keys are provided.