public class GeneParser extends CellBaseParser
logger, serializer
Constructor and Description |
---|
GeneParser(Path gtfFile,
Path geneDescriptionFile,
Path xrefsFile,
Path uniprotIdMappingFile,
Path tfbsFile,
Path geneExpressionFile,
Path geneDrugFile,
Path hpoFile,
Path disgenetFile,
Path gnomadFile,
Path genomeSequenceFilePath,
SpeciesConfiguration speciesConfiguration,
boolean flexibleGTFParsing,
CellBaseSerializer serializer) |
GeneParser(Path geneDirectoryPath,
Path genomeSequenceFastaFile,
SpeciesConfiguration speciesConfiguration,
boolean flexibleGTFParsing,
CellBaseSerializer serializer) |
GeneParser(Path geneDirectoryPath,
Path genomeSequenceFastaFile,
SpeciesConfiguration speciesConfiguration,
CellBaseSerializer serializer) |
Modifier and Type | Method and Description |
---|---|
void |
parse() |
protected int |
processExons(org.opencb.biodata.models.core.Transcript transcript,
org.opencb.biodata.models.core.Exon exon,
int cdna,
int cds,
org.opencb.biodata.formats.feature.gtf.Gtf gtf) |
disconnect
public GeneParser(Path geneDirectoryPath, Path genomeSequenceFastaFile, SpeciesConfiguration speciesConfiguration, CellBaseSerializer serializer)
public GeneParser(Path geneDirectoryPath, Path genomeSequenceFastaFile, SpeciesConfiguration speciesConfiguration, boolean flexibleGTFParsing, CellBaseSerializer serializer)
public GeneParser(Path gtfFile, Path geneDescriptionFile, Path xrefsFile, Path uniprotIdMappingFile, Path tfbsFile, Path geneExpressionFile, Path geneDrugFile, Path hpoFile, Path disgenetFile, Path gnomadFile, Path genomeSequenceFilePath, SpeciesConfiguration speciesConfiguration, boolean flexibleGTFParsing, CellBaseSerializer serializer)
public void parse() throws Exception
parse
in class CellBaseParser
Exception
protected int processExons(org.opencb.biodata.models.core.Transcript transcript, org.opencb.biodata.models.core.Exon exon, int cdna, int cds, org.opencb.biodata.formats.feature.gtf.Gtf gtf)
Copyright © 2019. All rights reserved.