-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
Type: Package
Package: stgeomx
Title: Nanostring GeoMx DSP RNA Data Processing and Analysis
Version: 0.1.0
Authors@R: c(
person("Matthew", "Iyer", email = "mkiyer@med.umich.edu", role = "cre"),
person("Madison", "Caldwell", email = "mbcald@med.umich.edu", role = "aut"),
person("University of Michigan", role = "cph"))
Maintainer: Matthew Iyer <mkiyer@med.umich.edu>
Description: Contains functions to assist in the processing and analysis of RNA data from Nanostring GeoMx, a digital spatial profiling (DSP) technology. It has background correction and normalization methods that reduce background noise in data generated by GeoMx's analysis of tissue samples.
License: MIT + file LICENSE
Imports:
dplyr,
ggplot2,
ggrepel,
magrittr,
pals,
patchwork,
pROC,
readr,
readxl,
rlang,
scales,
stringr,
tidyr,
GeomxTools,
yaml
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
factoextra,
fgsea,
ggridges,
knitr,
limma,
msigdbr,
pheatmap,
rmarkdown,
testthat (>= 3.0.0),
tidyverse,
umap,
writexl
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)