-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 891 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 891 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
30
31
32
33
34
35
36
37
Package: cellXY
Type: Package
Title: Machine learning models for predicting sex labels for single cell RNA-seq data
Version: 0.99.0
Date: 2022-09-08
Authors@R:
c(person(given = "Melody",
family = "Jin",
role = c("aut", "cre"),
email = "Melody-Jin@outlook.com")
)
Depends: R (>= 4.2.0)
Imports: scuttle, stringr, AnnotationDbi, org.Hs.eg.db, org.Mm.eg.db, stats
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
CellBench,
scater,
patchwork,
SingleCellExperiment,
speckle,
caret,
vdiffr,
jsonlite,
scRNAseq,
randomForest,
reshape2,
ggplot2,
testthat (>= 3.0.0)
Description: The cellXY package contains functions for predicting sex labels for single cell RNA sequencing data.
License: GPL-3
biocViews: SingleCell
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3