Package: SpatialDDLS
Type: Package
Title: Deconvolution of Spatial Transcriptomics Data Based on Neural
        Networks
Version: 0.1.0
Authors@R: c(
  person(given = "Diego", family = "Mañanes", email = "dmananesc@cnic.es", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7247-6794")),
  person(given = "Carlos", family = "Torroja", email = "ctorroja@cnic.es", role = "aut", comment = c(ORCID = "0000-0001-8914-3400")),
  person(given = "Fatima", family = "Sanchez-Cabo", email = "fscabo@cnic.es", role = "aut", comment = c(ORCID = "0000-0003-1881-1664")))
Maintainer: Diego Mañanes <dmananesc@cnic.es>
Description: Deconvolution of spatial transcriptomics data using deconvolution models based on deep neural networks and single-cell RNA-seq data. These models are able to make accurate estimates of the cell composition of spots in spatial transcriptomics datasets from the same context using the advances provided by deep learning and the meaningful information provided by single-cell RNA-Seq data. See Torroja and Sanchez-Cabo (2019) <doi:10.3389/fgene.2019.00978> to get an overview of the method, but its application to spatial transcriptomics data will be available soon. 
License: GPL-3
URL: https://diegommcc.github.io/SpatialDDLS/,
        https://github.com/diegommcc/SpatialDDLS
BugReports: https://github.com/diegommcc/SpatialDDLS/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: rlang, grr, Matrix, methods, tidyr, SpatialExperiment,
        SingleCellExperiment, SummarizedExperiment, zinbwave, stats,
        pbapply, S4Vectors, dplyr, tools, reshape2, gtools, reticulate,
        keras, tensorflow, ggplot2, ggpubr, RColorBrewer, grDevices
Suggests: knitr, rmarkdown, BiocParallel, rhdf5, DelayedArray,
        DelayedMatrixStats, HDF5Array, testthat
SystemRequirements: Python (>= 2.7.0), TensorFlow
        (https://www.tensorflow.org/)
RoxygenNote: 7.1.2
Collate: 'AllClasses.R' 'AllGenerics.R' 'SpatialDDLS.R' 'dnnModel.R'
        'evalMetrics.R' 'loadData.R' 'plotSpatialCoor.R'
        'simMixedSpots.R' 'simSingleCell.R' 'utils.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-05-05 10:24:07 UTC; dmananes
Author: Diego Mañanes [aut, cre] (<https://orcid.org/0000-0001-7247-6794>),
  Carlos Torroja [aut] (<https://orcid.org/0000-0001-8914-3400>),
  Fatima Sanchez-Cabo [aut] (<https://orcid.org/0000-0003-1881-1664>)
Repository: CRAN
Date/Publication: 2023-05-07 10:20:06 UTC
