Package: CatsCradle
Title: This package provides methods for analysing spatial transcriptomics data and for discovering gene clusters
Version: 1.1.2
Authors@R: 
    c(person(given = "Anna",
        family = "Laddach",
        role = c("aut"),
        email = "anna.laddach@crick.ac.uk",
        comment = c(ORCID = "0000-0001-5552-6534")),
    person(given = "Michael",
        family = "Shapiro",
        role = c("aut","cre"),
        email = "michael.shapiro@crick.ac.uk",
        comment = c(ORCID = "0000-0002-2769-9320")))
Description: This package addresses two broad areas.  It allows for in-depth analysis of spatial transcriptomic data by identifying tissue neighbourhoods.  These are contiguous regions of tissue surrounding individual cells.  'CatsCradle' allows for the categorisation of neighbourhoods by the cell types contained in them and the genes expressed in them.  In particular, it produces Seurat objects whose individual elements are neighbourhoods rather than cells.  In addition, it enables the categorisation and annotation of genes by producing Seurat objects whose elements are genes.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: Seurat (>= 5.0.1),
	 ggplot2,
	 networkD3,
	 stringr,
	 pracma,
	 reshape2,
         rdist,
	 igraph,
	 geometry,
	 Rfast,
	 data.table,
         abind,
	 pheatmap,
	 EBImage,
	 S4Vectors,
	 SeuratObject,
	 SingleCellExperiment,
	 SpatialExperiment,
	 Matrix,
	 methods,
	 SummarizedExperiment,
	 msigdbr
Suggests: fossil,
	  interp,
	  knitr,
	  BiocStyle,
	  tictoc
Depends: R (>= 4.4.0)
LazyData: false
VignetteBuilder: knitr
BugReports: https://github.com/AnnaLaddach/CatsCradle/issues
URL: https://github.com/AnnaLaddach/CatsCradle
biocViews: BiologicalQuestion, StatisticalMethod, GeneExpression,
        SingleCell, Transcriptomics, Spatial
NeedsCompilation: no
Packaged: 2024-07-09 11:03:13 UTC; shapirm