Manhattan Plots : General parameters in scatter plots

# chromosomeLengths

Manhattan Chromosomes length is a sorted array by chromosome with the length in base pairs for each chromosome. It is required when scatterType is manhattan
Type: array
Default: []
Used in: Scatter2D

# manhattanColors

Colors for the manhattan plots
Type: array
Default: [rgb(128,128,128), rgb(135,206,235)]
Used in: Scatter2D

# manhattanContrastColor

Manhattan contrast color
Type: array
Default: rgba(0,0,0,0.1)
Used in: Scatter2D

# manhattanMarkerChromosomeNumber

Sample name included in the data.y.smps object used to map to the chromosome number
Type: string
Default: false
Used in: Scatter2D

# manhattanMarkerLogPValue

Sample name included in the data.y.smps object used to map to the negative log 10 p value
Type: string
Default: false
Options: false
Used in: Scatter2D

# manhattanMarkerPosition

Sample name included in the data.y.smps object used to map to the position in base pairs
Type: string
Default: false
Options: false
Used in: Scatter2D