Package: APL
Type: Package
Title: Association Plots
Version: 1.0.1
Authors@R: 
  c(person(given = "Elzbieta",
           family = "Gralinska",
           role = c("cre", "aut"),
           email = "gralinska@molgen.mpg.de"),
    person(given = "Clemens",
           family = "Kohl",
           role = c("aut"),
           email = "kohl@molgen.mpg.de"),
     person(given = "Martin",
            family = "Vingron",
            role = c("aut"),
            email = "vingron@molgen.mpg.de"))
Description: APL is a package developed for computation of Association Plots
  (AP), a method for visualization and analysis of single cell transcriptomics 
  data. The main focus of APL is the identification of genes characteristic for
  individual clusters of cells from input data. The package performs 
  correspondence analysis (CA) and allows to identify cluster-specific
  genes using Association Plots. Additionally, APL computes the 
  cluster-specificity scores for all genes which allows to rank the genes by 
  their specificity for a selected cell cluster of interest.
biocViews: StatisticalMethod, DimensionReduction, SingleCell,
        Sequencing, RNASeq, GeneExpression
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Imports: reticulate, ggrepel, ggplot2, viridisLite, plotly, Seurat,
        SingleCellExperiment, magrittr, SummarizedExperiment, topGO,
        methods, stats, utils, org.Hs.eg.db, org.Mm.eg.db, rlang
Depends: R (>= 4.2)
Suggests: BiocStyle, knitr, rmarkdown, scRNAseq, scater, scran,
        testthat
Config/testthat/edition: 3
Collate: 'constructor.R' 'CA.R' 'apl.R' 'convert.R' 'generic_methods.R'
        'import_packages.R' 'plot.R' 'utils-pipe.R'
SystemRequirements: python, pytorch, numpy
git_url: https://git.bioconductor.org/packages/APL
git_branch: RELEASE_3_15
git_last_commit: 88cc955
git_last_commit_date: 2022-10-14
Date/Publication: 2022-10-16
NeedsCompilation: no
Packaged: 2022-10-16 21:01:27 UTC; biocbuild
Author: Elzbieta Gralinska [cre, aut],
  Clemens Kohl [aut],
  Martin Vingron [aut]
Maintainer: Elzbieta Gralinska <gralinska@molgen.mpg.de>
Built: R 4.2.1; ; 2022-10-17 09:26:36 UTC; windows
