QScript SignificanceLevel
Jump to navigation
Jump to search
SignificanceLevel
One row of a table/plot/project's significance levels and appearance.
columnLetters
The comma-separated column comparison letters used at this level (e.g. "a,b,c"). Null only for an incomplete row that has no matching parent row to override.
cutoffPValue
The p-value at/below which a result is significant at this level. Also the identity of the row: the code looks this cutoff up by exact numeric value, so copy it from a read rather than computing it (e.g. 0.1 + 0.2 is not 0.3).
fontSizeMultiplier
The font size multiplier applied to a significant cell. Null only for an incomplete row that has no matching parent row to override.
negativeColor
The colour used for a negative (lower than comparison) significant result, as "rgb(R, G, B)". Null only for an incomplete row that has no matching parent row to override.
positiveColor
The colour used for a positive (higher than comparison) significant result, as "rgb(R, G, B)". Null only for an incomplete row that has no matching parent row to override.
size
The arrow length (and the size of the effect it takes to reach this level). Null only for an incomplete row that has no matching parent row to override.
type
Returns 'SignificanceLevel'.