Uses of Interface
ubic.gemma.core.loader.util.parser.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in ubic.gemma.core.loader.association
Classes in ubic.gemma.core.loader.association that implement ParserModifier and TypeClassDescriptionclassThis parses GO annotations from NCBI. -
Uses of Parser in ubic.gemma.core.loader.expression.arrayDesign
Classes in ubic.gemma.core.loader.expression.arrayDesign that implement ParserModifier 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 Parser in ubic.gemma.core.loader.expression.geo
Classes in ubic.gemma.core.loader.expression.geo that implement ParserModifier and TypeClassDescriptionclassClass for parsing GSE and GDS files from NCBI GEO. -
Uses of Parser in ubic.gemma.core.loader.genome
Classes in ubic.gemma.core.loader.genome that implement ParserModifier and TypeClassDescriptionclassLoader to handle results generated by Jim Kent's Blat.classFASTA sequence file parser.classParse probes from a tabular file. -
Uses of Parser in ubic.gemma.core.loader.genome.gene
Classes in ubic.gemma.core.loader.genome.gene that implement ParserModifier and TypeClassDescriptionclassThis does a very minimal parse of Swissprot records, just to get mRNAs associated with a single protein. -
Uses of Parser in ubic.gemma.core.loader.genome.gene.ncbi
Classes in ubic.gemma.core.loader.genome.gene.ncbi that implement ParserModifier 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 Parser in ubic.gemma.core.loader.genome.taxon
Classes in ubic.gemma.core.loader.genome.taxon that implement ParserModifier and TypeClassDescriptionclassParse the "names.dmp" file from NCBI, ftp://ftp.ncbi.nih.gov/pub/taxonomy/. -
Uses of Parser in ubic.gemma.core.loader.util.biomart
Classes in ubic.gemma.core.loader.util.biomart that implement Parser -
Uses of Parser in ubic.gemma.core.loader.util.parser
Subinterfaces of Parser in ubic.gemma.core.loader.util.parserModifier and TypeInterfaceDescriptioninterfaceLineParser<T>A Parser that processes its input line-by-line.Classes in ubic.gemma.core.loader.util.parser that implement ParserModifier 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.classRecordParser<T>Abstract record-based parser.