-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.05 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
Package: OutSeekR
Type: Package
Title: Statistical Approach to Outlier Detection in RNA-Seq and Related Data
Version: 1.0.0
Date: 2024-11-15
Authors@R: c(
person("Jee Yun", "Han", email = "jyhan@mednet.ucla.edu", role = "aut"),
person("John", "Sahrmann", email = "jsahrmann@mednet.ucla.edu", role = "aut"),
person("Jaron", "Arbet", email = "jarbet@mednet.ucla.edu", role = "ctb"),
person("Paul", "Boutros", email = "pboutros@mednet.ucla.edu", role = c("aut", "cre", "cph"))
)
Description: An approach to outlier detection in RNA-seq and related data
based on five statistics. 'OutSeekR' implements an outlier test by comparing
the distributions of these statistics in observed data with those of
simulated null data.
Depends:
R (>= 2.10)
Imports:
future.apply,
gamlss,
gamlss.dist,
lsa,
truncnorm
Suggests:
future,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
License: GPL-2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr