-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: reeq
Type: Package
Title: Provides Some Helper Functions For RNA-Seq Analysis / IO
Version: 0.2.0
Author: Russ Hyde, University of Glasgow
Maintainer: Russ Hyde <[email protected]>
Description: Provides some helper functions for importing, manipulating,
analysing and visualising RNA-Seq datasets.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/russHyde/reeq
BugReports: https://github.com/russHyde/reeq/issues
Suggests:
testthat (>= 2.1.0),
covr,
mockery
Imports:
biomaRt,
Biobase,
cqn,
edgeR,
dplyr,
limma,
magrittr,
methods,
purrr,
readr (>= 1.0.0),
rlang,
stringr,
tibble,
tidyr
Collate:
'coverage.R'
'data_validity.R'
'define_contrasts.R'
'dgeglm_functions.R'
'dgelist_functions.R'
'feature_annotation.R'
'feature_counts.R'
'feature_counts_io.R'
'import_model.R'
'utilities.R'
'logfile_helpers.R'
'logfile_cutadapt_io.R'
'logfile_hisat2_io.R'
'lrt_contrast_set_io.R'
'sig_test_summary-class.R'
'sig_test_summary-methods.R'