name: too-many-cells version: 0.1.0.0 synopsis: Cluster single cells and analyze cell clade relationships. description: Different methods to cluster and analyze single cell data with diversity indices and differential expression. homepage: http://github.com/GregorySchwartz/too-many-cells#readme license: GPL-3 license-file: LICENSE author: Gregory W. Schwartz maintainer: gsch@pennmedicine.upenn.edu copyright: 2018 Gregory W. Schwartz category: Bioinformatics build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: TooManyCells.Diversity.Diversity , TooManyCells.Differential.Differential , TooManyCells.Differential.Types , TooManyCells.Diversity.Load , TooManyCells.Diversity.Plot , TooManyCells.Diversity.Types , TooManyCells.File.Types , TooManyCells.MakeTree.Adjacency , TooManyCells.MakeTree.Clumpiness , TooManyCells.MakeTree.Cluster , TooManyCells.MakeTree.Load , TooManyCells.MakeTree.Plot , TooManyCells.MakeTree.Print , TooManyCells.MakeTree.Types , TooManyCells.Matrix.Load , TooManyCells.Matrix.Preprocess , TooManyCells.Matrix.Types , TooManyCells.Matrix.Utility , TooManyCells.Paths.Distance , TooManyCells.Paths.Plot , TooManyCells.Paths.Types build-depends: base >= 4.7 && < 5 , aeson , birch-beer , bytestring , cassava , colour , containers , deepseq , diagrams , diagrams-lib , diagrams-cairo , diagrams-graphviz , differential , directory , diversity , find-clumpiness , filepath , fgl , foldl , graphviz , hierarchical-clustering , hierarchical-spectral-clustering , hmatrix , inline-r , lens , managed , matrix-market-attoparsec , mltool , modularity , mtl , palette , parallel , plots , safe , scientific , sparse-linear-algebra , split , statistics , streaming , streaming-bytestring , streaming-cassava , streaming-with , SVGFonts , text , text-show , vector , vector-algorithms ghc-options: -O2 default-language: Haskell2010 executable too-many-cells hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -O2 build-depends: base , too-many-cells , aeson , birch-beer , bytestring , cassava , colour , containers , diagrams-lib , diagrams-cairo , directory , fgl , filepath , find-clumpiness , graphviz , hierarchical-spectral-clustering , inline-r , lens , matrix-market-attoparsec , mtl , optparse-generic , palette , plots , spectral-clustering , streaming , streaming-bytestring , streaming-utils , terminal-progress-bar , text , text-show , transformers , vector default-language: Haskell2010 source-repository head type: git location: https://github.com/GregorySchwartz/too-many-cells