-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.02 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: nascentRNASim
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: GPL-3
Encoding: UTF-8
LazyData: true
bioCviews:
Software,
StatisticalMethod,
Transcriptomics
Imports:
GenomicRanges,
GenomeInfoDb (>= 1.22.1),
data.table (>= 1.12.8),
R.utils,
utils,
stats,
rtracklayer (>= 1.46.0),
GenomicFeatures,
S4Vectors,
IRanges,
methods,
rappdirs,
stringr,
AnnotationDbi,
biomaRt,
BiocGenerics,
Gviz
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.0
Collate:
'archetype_archives.R'
'data_handling.R'
'misc_distributions.R'
'transcript_archetypes.R'
'transcript_processing.R'
'txdb_handling.R'
'type_checkers.R'