-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 790 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 790 Bytes
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
Package: quothic
Type: Package
Title: Calculate Transcriptome Heterogeneity Using Single Cell RNAseq (Seurat Objects)
Version: 0.0.1.0
Authors@R:
person("Mei-Ju May", "Chen", , "chenmjm@gmail.com", role = c("aut", "cre","cph","rev"),
comment = c(ORCID = "0000-0002-8721-0304"))
Description: An R package tailored to analyzing transcription heterogeneity using Seurat objects, focusing on popular diversity and inequality indices..
License: `use_mit_license()`
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
Seurat,
dplyr,
ggplot2,
mclust,
moments,
tidyr,
SeuratData,
cluster,
viridis
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr