-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.84 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
Package: jazzPanda
Type: Package
Title: Finding spatially relevant marker genes in image based spatial transcriptomics data
Version: 0.99.3
Date: 2024-07-25
Authors@R:
c(person(given = "Melody",
family = "Jin",
role = c("aut", "cre"),
email = "[email protected]",
comment=c(ORCID="0000-0002-2222-0958"))
)
LazyData: FALSE
Depends: R (>= 4.4.0)
Imports: spatstat.geom, dplyr, glmnet, caret, foreach, stats, magrittr, doParallel, BiocParallel, methods, BumpyMatrix,SpatialExperiment
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
spatstat,
Seurat,
statmod,
corrplot,
ggplot2,
ggraph,
ggrepel,
gridExtra,
reshape2,
igraph,
jsonlite,
vdiffr,
patchwork,
ggpubr,
tidyr,
SpatialFeatureExperiment,
ExperimentHub,
TENxXeniumData,
SingleCellExperiment,
SFEData,
Matrix,
data.table,
scran,
scater,
grid,
testthat (>= 3.0.0)
Description: This package contains the function to find marker genes for image-based spatial transcriptomics data. There are functions to create spatial vectors from the cell and transcript coordiantes, which are passed as inputs to find marker genes. Marker genes are detected for every cluster by two approaches. The first approach is by permtuation testing, which is implmented in parallel for finding marker genes for one sample study. The other approach is to build a linear model for every gene. This approach can account for multiple samples and backgound noise.
License: GPL-3
URL: https://github.com/phipsonlab/jazzPanda, https://bhuvad.github.io/jazzPanda/
BugReports: https://github.com/phipsonlab/jazzPanda/issues
biocViews: Spatial, GeneExpression, DifferentialExpression, StatisticalMethod, Transcriptomics
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3