-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
38 lines (38 loc) · 949 Bytes
/
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
Package: voxhunt
Type: Package
Title: Projecting single-cell transcriptomes to spatial brain maps
Version: 1.1.0
URL: https://github.com/quadbiolab/VoxHunt
Authors@R: person(given = "Jonas Simon",
family = "Fleck",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4686-7254"))
Maintainer: Jonas Simon Fleck <[email protected]>
Description: Annotate brain organoid cell identities and find brain structure markers through reference atlas queries.
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
egg,
Matrix,
ggplot2,
purrr,
RColorBrewer,
tibble,
tidyr,
viridis,
patchwork,
Seurat (>= 5.0.0)
Suggests:
knitr,
Seurat,
rmarkdown,
testthat,
tidyverse
Remotes:
github::immunogenomics/presto,
github::GfellerLab/EPIC
RoxygenNote: 7.1.1
VignetteBuilder: knitr