|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: VoltRon |
|
|
2 |
Type: Package |
|
|
3 |
Title: VoltRon for Spatial Omics Data Integration and Analysis |
|
|
4 |
Version: 0.2.0 |
|
|
5 |
Depends: R (>= 4.3.0) |
|
|
6 |
Author@R: |
|
|
7 |
person("Artür", "Manukyan", |
|
|
8 |
role=c("aut", "cre"), |
|
|
9 |
email="artur-man@hotmail.com", |
|
|
10 |
comment=c(ORCID="0000-0002-0441-9517")), |
|
|
11 |
person("Ella", "Bahry", |
|
|
12 |
role=c("aut")), |
|
|
13 |
person("Raj Prateek", "Rai", |
|
|
14 |
role=c("aut")), |
|
|
15 |
person("Wei-che", "Ko", |
|
|
16 |
role=c("aut")), |
|
|
17 |
person("Markus", "Landthaler", |
|
|
18 |
role=c("aut")), |
|
|
19 |
person("Altuna", "Akalin", |
|
|
20 |
role=c("aut")) |
|
|
21 |
Author: Artür Manukyan, Ella Bahry, Raj Prateek Rai, Wei-Che Ko, Markus Landthaler, Altuna Akalin |
|
|
22 |
Maintainer: Artür Manukyan <artur-man@hotmail.com> |
|
|
23 |
Description: VoltRon is a spatial omic analysis toolbox for multi-omics integration using spatial image registration. VoltRon is capable of analyzing multiple types and modalities of spatially-aware datasets. VoltRon visualizes and analyzes regions of interests (ROIs), spots, cells, molecules and event tiles. |
|
|
24 |
License: MIT + file LICENSE |
|
|
25 |
SystemRequirements: OpenCV 4.8 (or higher): libopencv-dev (Debian, Ubuntu) or opencv-devel (Fedora) |
|
|
26 |
Encoding: UTF-8 |
|
|
27 |
RoxygenNote: 7.3.2 |
|
|
28 |
biocViews: |
|
|
29 |
Imports: methods, grDevices, data.table, Matrix, S4Arrays, ids, RcppAnnoy, |
|
|
30 |
RANN, igraph, dplyr, ggplot2, ggrepel, ggpubr, rjson, magick, |
|
|
31 |
EBImage, sp, rlang, shiny, shinyjs, stringr, irlba, uwot, RCDT |
|
|
32 |
LinkingTo: Rcpp, RcppArmadillo (>= 0.4) |
|
|
33 |
Collate: |
|
|
34 |
'RcppExports.R' |
|
|
35 |
'zzz.R' |
|
|
36 |
'allgenerics.R' |
|
|
37 |
'allclasses.R' |
|
|
38 |
'annotation.R' |
|
|
39 |
'assay.R' |
|
|
40 |
'auxiliary.R' |
|
|
41 |
'clustering.R' |
|
|
42 |
'conversion.R' |
|
|
43 |
'data.R' |
|
|
44 |
'deconvolution.R' |
|
|
45 |
'differentialexpression.R' |
|
|
46 |
'image.R' |
|
|
47 |
'import.R' |
|
|
48 |
'integration.R' |
|
|
49 |
'interactive.R' |
|
|
50 |
'io.R' |
|
|
51 |
'metadata.R' |
|
|
52 |
'objects.R' |
|
|
53 |
'processing.R' |
|
|
54 |
'registration.R' |
|
|
55 |
'sample.R' |
|
|
56 |
'spatial.R' |
|
|
57 |
'visualization.R' |
|
|
58 |
Suggests: |
|
|
59 |
testthat (>= 3.0.0), |
|
|
60 |
S4Vectors, |
|
|
61 |
DelayedArray, |
|
|
62 |
rhdf5, |
|
|
63 |
basilisk, |
|
|
64 |
reticulate, |
|
|
65 |
RBioFormats, |
|
|
66 |
BPCells, |
|
|
67 |
HDF5Array, |
|
|
68 |
pizzarr, |
|
|
69 |
ZarrArray, |
|
|
70 |
HDF5DataFrame, |
|
|
71 |
ZarrDataFrame, |
|
|
72 |
ImageArray, |
|
|
73 |
viridisLite, |
|
|
74 |
SpatialExperiment, |
|
|
75 |
SingleCellExperiment, |
|
|
76 |
SummarizedExperiment, |
|
|
77 |
Seurat, |
|
|
78 |
SeuratObject, |
|
|
79 |
Giotto, |
|
|
80 |
DESeq2, |
|
|
81 |
MuSiC, |
|
|
82 |
spacexr, |
|
|
83 |
XML, |
|
|
84 |
ComplexHeatmap, |
|
|
85 |
xlsx, |
|
|
86 |
reshape2, |
|
|
87 |
tiledb, |
|
|
88 |
tiledbsc, |
|
|
89 |
arrow, |
|
|
90 |
vitessceR, |
|
|
91 |
geojsonR, |
|
|
92 |
circlize, |
|
|
93 |
rstudioapi, |
|
|
94 |
ggforce, |
|
|
95 |
ggnewscale, |
|
|
96 |
anndataR, |
|
|
97 |
anndata, |
|
|
98 |
Config/testthat/edition: 3 |
|
|
99 |
LazyData: true |
|
|
100 |
LazyDataCompression: gzip |