Package: metacell
Type: Package
Title: Basic manipulations and analysis for single cell RNA seq data
Version: 0.1.0
Authors@R: person("Ya'ara", "Arkin", email = "yaaraarkin@gmail.com", role = c("aut", "cre"))
Description: Basic manipulations and analysis for single cell RNA seq data
License: What license is it under?
LazyData: TRUE
Imports:
  data.table,
  dplyr,
  graph,
  methods,
  Matrix,
  matrixStats,
  pdist,
  pheatmap, 
  plotrix,
  RColorBrewer,
  Rgraphviz,
  KernSmooth,
  zoo
RoxygenNote: 6.0.1
Collate: 
    'scmat.r'
    'cluster.r'
    'cluster_layout.r'
    'datasets.R'
    'gene_select.r'
    'knn_clust.r'
    'reduce.r'
    'temp_kmeans.R'
    'pipeline.r'
    'util.r'
    'sorter.r'
Suggests:
    testthat
