forked from rnabioco/clustifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 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
Package: clustifyR
Version: 0.0.0.9000
Title: Classification of Cell Types in Single-Cell RNA Sequencing Data
Description: Classify cells from single-cell RNA sequencing data using bulk
RNA-seq reference data.
Authors@R: c(
person("Kent", "Riemondy", , "[email protected]", role = c("aut", "cre")),
person("Austin", "Gillen", , "[email protected]", role = c("aut")),
person("Rui", "Fu", , "[email protected]", role = c("aut")),
person("Jay", "Hesselberth", , "[email protected]", role = c("aut")),
person("Yue", "Hao", , "[email protected]", role = c("aut")),
person("Chengzhe", "Tian", , "[email protected]", role = c("aut")),
person("M.", "Day", , "[email protected]", role = c("aut"))
)
License: MIT
Encoding: UTF-8
LazyData: true
ByteCompile: true
Roxygen: list(markdown = TRUE)
URL: http://github.com/NCBI-Hackathons/clustifyR, https://ncbi-hackathons.github.io/clustifyR/
BugReports: https://github.com/NCBI-Hackathons/clustifyR/issues
Imports:
tibble,
ggplot2,
entropy,
Matrix,
cowplot,
dplyr,
tidyr,
tibble,
stats,
gplots
Suggests:
testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1