-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
47 lines (47 loc) · 1.67 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
Package: transcriptogramer
Type: Package
Title: Transcriptional analysis based on transcriptograms
Version: 1.21.0
Date: 2019-12-13
Authors@R: c(
person("Diego", "Morais", email = "vinx@ufrn.edu.br",
role = c("aut", "cre")),
person("Rodrigo", "Dalmolin", email = "rodrigo.dalmolin@imd.ufrn.br",
role = "aut"))
Description: R package for transcriptional analysis based on transcriptograms,
a method to analyze transcriptomes that projects expression values on a
set of ordered proteins, arranged such that the probability that gene
products participate in the same metabolic pathway exponentially decreases
with the increase of the distance between two proteins of the ordering.
Transcriptograms are, hence, genome wide gene expression profiles that
provide a global view for the cellular metabolism, while indicating gene
sets whose expressions are altered.
Depends: R (>= 3.4), methods
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
biocViews: Software, Network, Visualization, SystemsBiology, GeneExpression,
GeneSetEnrichment, GraphAndNetwork, Clustering, DifferentialExpression,
Microarray, RNASeq, Transcription, ImmunoOncology
Imports: biomaRt,
data.table,
doSNOW,
foreach,
ggplot2,
graphics,
grDevices,
igraph,
limma,
parallel,
progress,
RedeR,
snow,
stats,
tidyr,
topGO
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests: BiocStyle, knitr, rmarkdown, RUnit, BiocGenerics
SystemRequirements: Java Runtime Environment (>= 6)
URL: https://github.com/arthurvinx/transcriptogramer
BugReports: https://github.com/arthurvinx/transcriptogramer/issues