-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.27 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
Package: biokit
Type: Package
Title: Toolkit for the automatic analysis of omics data
Version: 0.1.1
URL: https://martingarridorc.github.io/biokit/, https://github.com/martingarridorc/biokit
Authors@R: c(
person("Martín", "Garrido Rodríguez-Córdoba", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4125-5643")
))
Description: >
Biokit is an unified wrapper package for functions and utilities to perform
the analysis of transcriptomic and proteomic data. It contains several functions
to carry out a basic exploratory analysis of the omics data tables, together with
tools to normalize and perform the differential analysis between the sample groups
of interest. In addition, biokit can also conduct the functional analysis of the
results to reduce its dimensionality and increase its interpretability, using
over-representation analysis (ORA) or functional class scoring (FCS) approaches.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
stats,
utils,
AnnotationDbi,
SummarizedExperiment,
fgsea,
edgeR,
dplyr,
limma,
tibble,
tidyr,
ggplot2,
ggfortify,
pheatmap
Suggests:
testthat,
org.Hs.eg.db
RoxygenNote: 7.1.1
biocViews: GeneExpression