-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.16 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
Package: scShaper
Type: Package
Title: A tool for linear trajectory inference from single-cell RNA-seq data through discrete pseudotime estimation using Shortest HAmiltonian path PERmuted clustering
Version: 0.1.0
Author: Johannes Smolander
Maintainer: Johannes Smolander <johannes.smolander@gmail.com>
Description: scShaper is a tool linear trajectory inference. The tool has been primarily designed for scRNA-seq data.
Authors@R: c(person("Johannes", "Smolander",
email = "johannes.smolander@gmail.com",
role=c("cre", "aut")),
person("Sini", "Junttila",
role=c("aut")),
person("Mikko S", "Venäläinen",
role=c("aut")),
person("Laura L", "Elo",
role=c("aut")))
License: GPL-3
Imports: Matrix,Rtsne, plyr, dplyr,
SingleCellExperiment, SummarizedExperiment, S4Vectors, methods, stats,
utils
Depends: R(>= 4.0.0)
LinkingTo: Rcpp
LazyData: TRUE
RoxygenNote: 7.1.0
Encoding: UTF-8
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
URL: https://github.com/elolab/scshaper
BugReports: https://github.com/elolab/scshaper