public class GeneDB
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected MarkerCollection[] |
genes |
Constructor and Description |
---|
GeneDB(int num_chromosomes) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Creates a new set of empty IntervalTrees.
|
MarkerCollection[] |
getGenes() |
java.lang.String |
getName(boolean bShortFormat) |
int |
getNumItems() |
protected void |
parseGeneInfo(java.util.Vector<java.lang.String> org_contig_names,
java.util.Vector<java.lang.String> ncbi_contig_names,
java.lang.String line) |
boolean |
read(ReferenceInfo reference,
java.io.Reader reader,
java.lang.String file_name,
IProgressNotifier notifier)
Loads a gene database from a stream.
|
protected MarkerCollection[] genes
public java.lang.String getName(boolean bShortFormat)
public MarkerCollection[] getGenes()
public int getNumItems()
public void clear()
public boolean read(ReferenceInfo reference, java.io.Reader reader, java.lang.String file_name, IProgressNotifier notifier) throws java.io.IOException, FileFormatException
reference
- reader
- file_name
- notifier
- java.io.IOException
FileFormatException
protected void parseGeneInfo(java.util.Vector<java.lang.String> org_contig_names, java.util.Vector<java.lang.String> ncbi_contig_names, java.lang.String line)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.