-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.61 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
Package: MoleculeExperiment
Title: Prioritising a molecule-level storage of Spatial Transcriptomics Data
Version: 1.5.1
Authors@R: c(
person("Bárbara Zita", "Peters Couto", email = "[email protected]", role = c("aut")),
person("Nicholas","Robertson", email = "[email protected]", role = c("aut")),
person("Ellis", "Patrick", email = "[email protected]", role = c("aut")),
person("Shila", "Ghazanfar", email = "[email protected]", role = c("aut", "cre")))
Description: MoleculeExperiment contains functions to create and work with
objects from the new MoleculeExperiment class. We introduce this class for
analysing molecule-based spatial transcriptomics data (e.g., Xenium by 10X,
Cosmx SMI by Nanostring, and Merscope by Vizgen). This allows researchers
to analyse spatial transcriptomics data at the molecule level, and to have
standardised data formats accross vendors.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/SydneyBioX/MoleculeExperiment
BugReports: https://github.com/SydneyBioX/MoleculeExperiment/issues
Imports:
SpatialExperiment,
Matrix,
purrr,
data.table,
dplyr (>= 1.1.1),
magrittr,
rjson,
utils,
methods,
terra,
ggplot2,
rlang,
cli,
EBImage,
rhdf5,
BiocParallel,
S4Vectors,
stats
Suggests:
knitr,
BiocStyle,
testthat (>= 3.0.0)
VignetteBuilder: knitr
biocViews: DataImport, DataRepresentation, Infrastructure, Software, Spatial,
Transcriptomics
Config/testthat/edition: 3
Depends:
R (>= 2.10)