Package: CAdir
Title: Cluster scRNA-seq data by their directions in CA space
Version: 0.0.99
Authors@R:
  c(person(given = "Clemens",
           family = "Kohl",
           role = c("cre", "aut"),
           email = "kohl@molgen.mpg.de"),
   person(given = "Martin",
          family = "Vingron",
          role = c("aut"),
          email = "vingron@molgen.mpg.de"))
Description: CAdir description. WIP.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
    CAbiNet,
    APL,
    rlang,
    irlba,
    ggplot2,
    plotly,
    ggrepel,
    igraph,
    ggraph,
    patchwork,
    scales,
    methods,
    ggpubr,
    gtable,
    networkD3,
    ggsankey
Remotes:
    davidsjoberg/ggsankey
Collate:
    'apl.R'
    'classes.R'
    'celltype_anno.R'
    'cluster_apl.R'
    'dirclust.R'
    'genes.R'
    'graph_plots.R'
    'plot.R'
    'rename_clusters.R'
    'splitmerge.R'
    'utils.R'
    'vector_utils.R'
