forked from SoloveyMaria/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 902 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
Package: community
Title: Infer interactions between cell types
Version: 1.4.5
Authors@R:
person("Maria", "Solovey", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Community is an R package for analyzing single-cell RNA sequencing data to infer interactions between cell types. The package includes functions for preprocessing and quality control, as well as functions for inferring interactions and for analyzing the inferred interactions.
License: MIT + file LICENSE
BugReports: https://github.com/SoloveyMaria/community/issues
Depends:
R (>= 4.0.0)
biocViews:
Imports:
ggplot2 (>= 3.3.0),
gridExtra (>= 2.1),
stringr (>= 1.4.0),
tidyverse
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
#RoxygenNote: 7.2.1
Suggests:
roxygen2,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.1