Parser Classes¶
-
class
FeatureParser(format, decode, config)¶ feature/featureParsers.js
-
FeatureParser.prototype.parseHeader(data)¶ feature/featureParsers.js
-
FeatureParser.prototype.parseFeatures(data)¶ feature/featureParsers.js
-
-
class
SegParser()¶ feature/segParser.js
-
SegParser.prototype.parseHeader(data)¶ feature/segParser.js
-
SegParser.prototype.parseFeatures(data)¶ feature/segParser.js
-
-
class
CNVParser()¶ feature/cnvParser.js
-
CNVParser.prototype.parseHeader(data)¶ feature/cnvParser.js
-
CNVParser.prototype.parseFeatures(data)¶ feature/cnvParser.js
-
-
class
VcfParser()¶ variant/vcfParser.js
-
VcfParser.prototype.parseHeader(data)¶ variant/vcfParser.js
-
VcfParser.prototype.parseFeatures(data)¶ variant/vcfParser.js
-
-
class
BinaryParser(dataView, littleEndian)¶ binary.js
-
BinaryParser.prototype.remLength()¶ binary.js
-
BinaryParser.prototype.hasNext()¶ binary.js
-
BinaryParser.prototype.getByte()¶ binary.js
-
BinaryParser.prototype.getShort()¶ binary.js
-
BinaryParser.prototype.getInt()¶ binary.js
-
BinaryParser.prototype.getUInt()¶ binary.js
-
BinaryParser.prototype.getLong()¶ binary.js
-
BinaryParser.prototype.getString(len)¶ binary.js
-
BinaryParser.prototype.getFixedLengthString(len)¶ binary.js
-
BinaryParser.prototype.getFloat()¶ binary.js
-
BinaryParser.prototype.getDouble()¶ binary.js
-
BinaryParser.prototype.skip(n)¶ binary.js
-
BinaryParser.prototype.getVPointer()¶ binary.js
-