public class GFFVariantsReader extends GFFDataModel
BaseDataModel.eDataType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
genotype_tag |
protected boolean |
is_v13 |
protected int |
NUM_RESULTS |
protected static java.lang.String |
VARIANT_DEF_TAG |
protected static java.lang.String |
VARIANT_DELETION_TYPE |
protected static java.lang.String |
VARIANT_INSERTION_TYPE |
protected static java.lang.String |
VARIANT_SUBST_TYPE |
protected static java.lang.String[] |
VARIANT_TYPES_LABELS |
protected static java.lang.String |
VARIANT_V12_GENOTYPE_TAG |
protected static java.lang.String |
VARIANT_V13_GENOTYPE_TAG |
protected static java.lang.String |
VARIANT_V13_TAG |
protected static java.lang.String |
VARIANT_V131_TAG |
protected static java.lang.String |
VARIANT_V133_FREQUENCY_TAG |
protected static java.lang.String |
VARIANT_V133_TAG |
protected static java.lang.String |
VARIANT_V140_TAG |
protected static java.lang.String |
VARIANT_V200_TAG |
protected static java.lang.String |
VARIANT_V210_TAG |
data, fileName, min_max_values, valid
changeNotifier, data_type, mc
Constructor and Description |
---|
GFFVariantsReader() |
Modifier and Type | Method and Description |
---|---|
protected void |
getDataPointForInterval(VariableValuesDataRecord record,
java.lang.String col) |
static java.lang.String |
getVariantLabel(Marker marker)
returns a variant string from type
|
void |
loadFromReader(java.io.Reader reader,
java.lang.String file_name,
VioletApp app) |
int |
readElements(VioletApp app,
java.io.Reader reader)
Loads variants info
|
clear, get, getDataInfo, getFileHeader, getFilePath, getMinMaxValues, getResults, invalidate, isValid, size, toCollection, validate
copyAsMarkerCollectionArray, detach, getNumItems, getResult, iterator
addChangeListener, fireChangeEvent, getDataType, getDataTypeAsString, getMarkersForContig, getNumContigs, hasData, isMarkerType, isModificationsType, isReadsType, isSummaryType, isVariantsType, removeChangeListener, setTypeAndNumContigs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChangeListener, removeChangeListener
protected final int NUM_RESULTS
protected static final java.lang.String VARIANT_DEF_TAG
protected static final java.lang.String VARIANT_DELETION_TYPE
protected static final java.lang.String VARIANT_INSERTION_TYPE
protected static final java.lang.String VARIANT_SUBST_TYPE
protected static final java.lang.String[] VARIANT_TYPES_LABELS
protected static final java.lang.String VARIANT_V13_TAG
protected static final java.lang.String VARIANT_V12_GENOTYPE_TAG
protected static final java.lang.String VARIANT_V13_GENOTYPE_TAG
protected boolean is_v13
protected java.lang.String genotype_tag
protected static final java.lang.String VARIANT_V131_TAG
protected static final java.lang.String VARIANT_V133_TAG
protected static final java.lang.String VARIANT_V140_TAG
protected static final java.lang.String VARIANT_V200_TAG
protected static final java.lang.String VARIANT_V210_TAG
protected static final java.lang.String VARIANT_V133_FREQUENCY_TAG
public void loadFromReader(java.io.Reader reader, java.lang.String file_name, VioletApp app) throws java.io.IOException, FileFormatException
java.io.IOException
FileFormatException
public int readElements(VioletApp app, java.io.Reader reader) throws java.io.IOException, FileFormatException
readElements
in class GFFDataModel
app
- reader
- java.io.IOException
FileFormatException
protected void getDataPointForInterval(VariableValuesDataRecord record, java.lang.String col)
public static java.lang.String getVariantLabel(Marker marker)
type
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.