-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1008 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
39
40
41
42
43
44
45
46
Package: scNLP
Type: Package
Title: NLP for Single-cell Omics.
Version: 0.1.2
Authors@R: c(person(given = "Brian",
family = "Schilder",
role = c("cre"),
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191")) )
Description: Tools for applying natural language processing (NLP)
techniques to single-cell (sc) omics data.
License: MIT + file LICENSE
URL: https://github.com/neurogenomics/scNLP
BugReports: https://github.com/neurogenomics/scNLP/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
SystemRequirements: Python (>= 3.7.0)
biocViews:
Imports:
dplyr,
tibble,
data.table,
tidytext,
ggplot2,
plotly,
Matrix,
ggrepel,
scales,
Seurat,
future,
pals,
scKirby
Suggests:
rworkflows,
rmarkdown,
knitr,
remotes,
gptstudio,
ontologyIndex,
ontoProc,
ggwordcloud
Remotes:
github::neurogenomics/scKirby
VignetteBuilder: knitr
RoxygenNote: 7.3.1