Misc Classes¶
-
class
Ga4ghAlignment(json, genome)¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isMapped()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isPaired()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isProperPair()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isFirstOfPair()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isSecondOfPair()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isSecondary()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isSupplementary()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isFailsVendorQualityCheck()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isDuplicate()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.isMateMapped()¶ ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.mateStrand()¶ ga4gh/ga4gAlignment.js
ga4gh/ga4gAlignment.js
-
Ga4ghAlignment.prototype.popupData(genomicLocation)¶ ga4gh/ga4gAlignment.js
-
-
class
GFFHelper(format)¶ feature/gffHelper.js
-
GFFHelper.prototype.combineFeatures(features)¶ feature/gffHelper.js
-
-
class
GtexSelection(selection)¶ gtex/gtex.js
-
GtexSelection.prototype.addGene(geneName)¶ gtex/gtex.js
-
GtexSelection.prototype.colorForGene(geneName)¶ gtex/gtex.js
-
-
class
Set()¶ - set.js
-
Set.prototype.add()¶ set.js
-
Set.prototype.addAll(arrayOrSet)¶ set.js
-
Set.prototype._add(key, val)¶ set.js
-
Set.prototype._getKey(arg)¶ set.js
-
Set.prototype._makeKey(arg)¶ set.js
-
Set.prototype._removeItem(key)¶ set.js
-
Set.prototype._isPseudoArray(item)¶ set.js
-
Set.prototype.delete(key)¶ set.js
-
Set.prototype.has(key)¶ set.js
-
Set.prototype.hasAll(args)¶ set.js
-
Set.prototype.makeSet(args)¶ set.js
-
Set.prototype.equals(otherSet)¶ set.js
-
Set.prototype.isEmpty()¶ set.js
-
Set.prototype.size()¶ set.js
-
Set.prototype.keys()¶ set.js
-
Set.prototype.clear()¶ set.js
-
Set.prototype.makeNew()¶ set.js
-
Set.prototype.union(otherSet)¶ set.js
-
Set.prototype.intersection(otherSet)¶ set.js
-
Set.prototype.difference(otherSet)¶ set.js
-
Set.prototype.notInBoth(otherSet)¶ set.js
-
Set.prototype.isSubset(otherSet)¶ set.js
-
Set.prototype.isSuperset(otherSet)¶ set.js
-
Set.prototype.each(fn)¶ set.js
-
Set.prototype.eachReturn(fn)¶ set.js
-
Set.prototype.filter(fn)¶ set.js
-
Set.prototype.map(fn)¶ set.js
-
Set.prototype.some(fn)¶ set.js
-
Set.prototype.every(fn)¶ set.js
-
Set.prototype.isEmpty() set.js
-
Set.prototype.addAll(arrayOrSet) set.js
-