-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.03 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
Type: Package
Package: rats
Version: 0.6.7
Date: 2022-05-30
Title: Relative Abundance of Transcripts
Encoding: UTF-8
Author: Kimon Froussios [aut], Kira Mourão [aut], Nick Schurch [cre]
Maintainer: Kimon Froussios <[email protected]>
Description: Given a set of transript abundances and a transcript-to-gene index of
identifiers, this package identifies genes where differential transcript usage occurs.
Authors@R: c(person("Kimon Froussios", role=c("aut", "cre"), email="[email protected]"),
person("Kira Mourão", role=c("aut")),
person("Nick J. Schurch", role=c("aut")) )
License: MIT + file LICENSE
VignetteBuilder: knitr
Imports:
data.table (>= 1.9.8),
utils,
stats,
parallel,
matrixStats,
ggplot2 (>= 2.2.0),
rtracklayer,
rhdf5,
GenomicRanges
Suggests:
ggbio,
shiny,
knitr,
rmarkdown,
testthat
URL: https://github.com/bartongroup/Rats, http://www.compbio.dundee.ac.uk
BugReports: https://github.com/bartongroup/RATS/issues
RoxygenNote: 7.1.2