-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.19 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
Package: epilab
Type: Package
Title: EpiLab Functions for workflow implementation
Version: 0.5-0
Date: 2014-03-25
Authors@R: c(person('Gustavo', 'Fernandez Bayon', role=c('aut', 'cre'),
email='[email protected]'))
Author: Gustavo Fernandez Bayon
Maintainer: Gustavo Fernandez Bayon <[email protected]>
Description: Compilation of data, functions and other stuff intended to be used
inside the EpiLab for the implementation of data processing workflows. Most
of the functions are related to the analysis of Illumina 450k microarrays.
For now, the number of functions and methods is so low that I have decide
to keep everything inside only one package. In the future, this package
might be splitted to take into account the different aspects of the lab
workflows.
Depends:
methods
Imports:
AnnotationDbi,
Biostrings,
BSgenome.Hsapiens.UCSC.hg19,
FDb.InfiniumMethylation.hg19,
functional,
GenomicFeatures,
GenomicRanges,
ggplot2,
IlluminaHumanMethylation450k.db,
IRanges,
matrixStats,
org.Hs.eg.db,
reshape2,
rtracklayer,
TxDb.Hsapiens.UCSC.hg19.knownGene
Suggests:
testthat,
minfi
License: Artistic-2.0