-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·37 lines (37 loc) · 1.26 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
37
Type: Package
Package: tgstat
Title: Amos Tanay's Group High Performance Statistical Utilities
Version: 2.3.28
Authors@R: c(
person("Michael", "Hoichman", , "[email protected]", role = "aut"),
person("Aviezer", "Lifshitz", , "[email protected]", role = c("aut", "cre"))
)
Author: Michael Hoichman [aut], Aviezer Lifshitz [aut, cre]
Maintainer: Aviezer Lifshitz <[email protected]>
Description: A collection of high performance utilities to compute
distance, correlation, auto correlation, clustering and other tasks.
Contains graph clustering algorithm described in "MetaCell: analysis
of single-cell RNA-seq data using K-nn graph partitions" (Yael Baran,
Akhiad Bercovich, Arnau Sebe-Pedros, Yaniv Lubling, Amir Giladi, Elad
Chomsky, Zohar Meir, Michael Hoichman, Aviezer Lifshitz & Amos Tanay,
2019 <doi:10.1186/s13059-019-1812-2>).
License: GPL-2
BugReports: https://github.com/tanaylab/tgstat/issues
URL: https://tanaylab.github.io/tgstat/
Depends:
R (>= 3.5.0)
Imports:
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: yes
OS_type: unix
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3