Class: PartialSummarizedExperiment

PartialSummarizedExperiment

new epiviz.datatypes.PartialSummarizedExperiment()

datatypes/partial-summarized-experiment.js, line 14

Methods

addRowData(rowData)

datatypes/partial-summarized-experiment.js, line 44
Name Type Description
rowData epiviz.datatypes.GenomicRangeArray

addValues(values)

datatypes/partial-summarized-experiment.js, line 63
Name Type Description
values epiviz.datatypes.FeatureValueArray

calcMaxGlobalIndex(){number}

datatypes/partial-summarized-experiment.js, line 131

Gets the last global index contained in either the rows or one of the value columns loaded so far (exclusive)

.

Gets the last global index contained in either the rows or one of the value columns loaded so far (exclusive)

Returns:
Type Description
number

calcMinGlobalIndex(){number}

datatypes/partial-summarized-experiment.js, line 112

Gets the first global index contained in either the rows or one of the value columns loaded so far (inclusive)

.

Gets the first global index contained in either the rows or one of the value columns loaded so far (inclusive)

Returns:
Type Description
number

ranges(){epiviz.datatypes.GenomicRangeArray}

datatypes/partial-summarized-experiment.js, line 32
Returns:
Type Description
epiviz.datatypes.GenomicRangeArray

rowData(){epiviz.datatypes.GenomicRangeArray}

datatypes/partial-summarized-experiment.js, line 37
Returns:
Type Description
epiviz.datatypes.GenomicRangeArray

toString(){string}

datatypes/partial-summarized-experiment.js, line 148
Returns:
Type Description
string

trim(range){epiviz.datatypes.PartialSummarizedExperiment}

datatypes/partial-summarized-experiment.js, line 84
Name Type Description
range epiviz.datatypes.GenomicRange
Returns:
Type Description
epiviz.datatypes.PartialSummarizedExperiment

values(measurement){epiviz.datatypes.FeatureValueArray}

datatypes/partial-summarized-experiment.js, line 103
Name Type Description
measurement epiviz.measurements.Measurement
Returns:
Type Description
epiviz.datatypes.FeatureValueArray
comments powered by Disqus