forked from RachelQueen1/Spaniel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.67 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: Spaniel
Type: Package
Title: Spatial Transcriptomics Analysis
Version: 1.5.1
Authors@R:
c(person("Rachel", "Queen", role = c("aut", "cre"), email = "rachel.queen@newcastle.ac.uk"))
Description: Spaniel includes a series of tools to aid the quality control and
analysis of Spatial Transcriptomics data. Spaniel can import data from either the
original Spatial Transcriptomics system or 10X Visium technology.
The package contains functions to create a SingleCellExperiment Seurat object and
provides a method of loading a histologial image into R. The spanielPlot function
allows visualisation of metrics contained within the S4 object overlaid onto the
image of the tissue.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0)
Imports: Seurat,
SingleCellExperiment,
SummarizedExperiment,
dplyr,
methods,
ggplot2,
scater (>= 1.13),
scran,
igraph,
shiny,
jpeg,
magrittr,
utils,
S4Vectors,
DropletUtils,
jsonlite,
png
Suggests:
knitr,
rmarkdown,
testthat,
devtools
VignetteBuilder: knitr
biocViews: SingleCell, RNASeq, QualityControl,
Preprocessing, Normalization, Visualization, Transcriptomics,
GeneExpression, Sequencing, Software, DataImport,
DataRepresentation, Infrastructure, Coverage, Clustering
Collate:
'utilities.R'
'addClusterCols.R'
'addCoordinates.R'
'createObjects.R'
'parseImage.R'
'removeSpots.R'
'spanielPlotInternals.R'
'spanielPlot.R'
'shinySpaniel.R'
'tenX.R'
RoxygenNote: 7.1.1