-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.98 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
Package: GeomxTools
Title: NanoString GeoMx Tools
Description: Tools for NanoString Technologies GeoMx Technology. Package provides functions for reading in DCC and
PKC files based on an ExpressionSet derived object. Normalization and QC functions are also included.
Version: 3.9.1
Encoding: UTF-8
Authors@R: c(person("Maddy", "Griswold", email = "[email protected]", role = c("cre", "aut")),
person("Nicole", "Ortogero", email = "[email protected]", role = c("aut")),
person("Zhi", "Yang", role = c("aut")),
person("Ronalyn", "Vitancol", email = "[email protected]", role = c("aut")),
person("David", "Henderson", role = c("aut")))
Depends: R (>= 3.6), Biobase, NanoStringNCTools, S4Vectors
Imports: BiocGenerics, rjson, readxl, EnvStats, reshape2, methods,
utils, stats, data.table, lmerTest, dplyr, stringr,
grDevices, graphics, GGally, rlang, ggplot2, SeuratObject
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
parallel,
ggiraph,
Seurat,
SpatialExperiment (>= 1.4.0),
SpatialDecon,
patchwork
License: MIT
Collate: DccMetadata.R
NanoStringGeoMxSet-class.R
NanoStringGeoMxSet-validity.R
NanoStringGeoMxSet-accessors.R
NanoStringGeoMxSet-qc.R
NanoStringGeoMxSet-autoplot.R
NanoStringGeoMxSet-aggregate.R
NanoStringGeoMxSet-signatures.R
NanoStringGeoMxSet-normalize.R
NanoStringGeoMxSet-de.R
coercions.R
readDccFile.R
readPKCFile.R
readNanoStringGeoMxSet.R
writeNanoStringGeoMxSet.R
utils.R
outliersFunctions.R
biocViews: GeneExpression, Transcription, CellBasedAssays, DataImport,
Transcriptomics, Proteomics, mRNAMicroarray,
ProprietaryPlatforms, RNASeq, Sequencing, ExperimentalDesign,
Normalization, Spatial
VignetteEngine: knitr::rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Config/testthat/edition: 3