UpSet Plots : General parameters for upset

# nUpSetIntercepts
Number of intercepts to draw
Type: integer
Default: 40
Used in: Heatmap

# nUpSets
Number of sets to draw
Type: integer
Default: 5
Used in: Heatmap

# upSetIntercepts
Array containing the names of the intercepts to include. Sets must be separated by &&
Type: array
Default: []
Used in: Heatmap

# upSetSets
Array containing the names of the sets to include
Type: array
Default: []
Used in: Heatmap

# upsetLineSizeFactor
Adjust width of lines in matrix plot
Type: float
Default: 1
Used in: Heatmap

# upsetMainBarColor
Color for the the main bar plot
Type: color
Default: rgb(59,59,59)
Used in: Heatmap

# upsetMatrixColor
Color for the the intersection points
Type: color
Default: rgb(59,59,59)
Used in: Heatmap

# upsetMatrixDotAlpha
Transparency of the empty intersections points in the matrix
Type: float
Default: 0.2
Used in: Heatmap

# upsetMatrixPlotBarRatio
Ratio between matrix plot and main bar plot
Type: float
Default: 0.7
Used in: Heatmap

# upsetPointSizeFactor
Adjust the size of points in matrix plot
Type: float
Default: 1
Used in: Heatmap

# upsetSetsBarColor
Color for the set bar plot
Type: color
Default: rgb(59,59,59)
Used in: Heatmap

# upsetShadeAlpha
Transparency of shading in matrix
Type: float
Default: 0.1
Used in: Heatmap

# upsetShadeColor
Color for the row shading in matrix
Type: color
Default: rgb(159,159,159)
Used in: Heatmap