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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Reads Affymetrix Probe files, including exon arrays.class
Deprecated.class
Parse the "old" array description format.class
Parse 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 TypeClassDescriptionclass
Class 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 TypeClassDescriptionclass
Loader to handle results generated by Jim Kent's Blat.class
FASTA sequence file parser.class
Parse 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Class to parse the NCBI gene2accession files.class
class
Parse the NCBI "gene_history" file.class
Class 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 TypeClassDescriptionclass
Parse 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 TypeInterfaceDescriptioninterface
LineParser<T>
A Parser that processes its input line-by-line.Classes in ubic.gemma.core.loader.util.parser that implement ParserModifier and TypeClassDescriptionclass
BasicLineMapParser<K,
T> A line parser that produces a Map instead of a Collection.class
A simple LineParser implementation that doesn't do anything.class
LineMapParser<K,
T> The difference between this class and BasicLineMapParser is more flexibility in how keys are provided.class
RecordParser<T>
Abstract record-based parser.