too-many-cells 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~spectral-clustering
Dependency ranges changed: spectral-clustering
Files
- app/Main.hs +1/−1
- too-many-cells.cabal +2/−2
app/Main.hs view
@@ -109,7 +109,7 @@ , drawLegendSep :: Maybe Double <?> "([1] | DOUBLE) The amount of space between the legend and the tree." , drawLegendAllLabels :: Bool <?> "Whether to show all the labels in the label file instead of only showing labels within the current tree. The program generates colors from all labels in the label file first in order to keep consistent colors. By default, this value is false, meaning that only the labels present in the tree are shown (even though the colors are the same). The subset process occurs after --draw-colors, so when using that argument make sure to account for all labels." , drawPalette :: Maybe String <?> "([Set1] | Hsv | Ryb) Palette to use for legend colors. With high saturation in --draw-scale-saturation, consider using Hsv to better differentiate colors."- , drawColors :: Maybe String <?> "([Nothing] | COLORS) Custom colors for the labels or continuous features. Will repeat if more labels than provided colors. For continuous feature plots, uses first two colors [high, low], defaults to [red, white]. For instance: --draw-colors \"[\\\"#e41a1c\\\", \\\"#377eb8\\\"]\""+ , drawColors :: Maybe String <?> "([Nothing] | COLORS) Custom colors for the labels or continuous features. Will repeat if more labels than provided colors. For continuous feature plots, uses first two colors [high, low], defaults to [red, gray]. For instance: --draw-colors \"[\\\"#e41a1c\\\", \\\"#377eb8\\\"]\"" , drawScaleSaturation :: Maybe Double <?> "([Nothing] | DOUBLE) Multiply the saturation value all nodes by this number in the HSV model. Useful for seeing more visibly the continuous colors by making the colors deeper against a gray scale." , pca :: Maybe Double <?> "([Nothing] | DOUBLE) The percent variance to retain for PCA dimensionality reduction before clustering. Default is no PCA at all in order to keep all information." , noFilter :: Bool <?> "Whether to bypass filtering genes and cells by low counts."
too-many-cells.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: too-many-cells-version: 0.1.3.0+version: 0.1.3.1 license: GPL-3 license-file: LICENSE copyright: 2019 Gregory W. Schwartz@@ -123,7 +123,7 @@ optparse-generic >=1.3.0, palette >=0.3.0.1, plots >=0.1.0.2,- spectral-clustering >=0.3.0.1,+ spectral-clustering >=0.3.0.2, streaming >=0.2.1.0, streaming-bytestring >=0.1.6, streaming-utils >=0.1.4.7,