-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.12 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: TSSextractR
Type: Package
Title: An R/Shiny package to analyze Cappable-seq Data
Version: 0.1.0
Author@R: person("Konstantinos", "Daniilidis", role = c("aut", "cre"), email = "daniilidis@ieee.org")
Author: Daniilidis Konstantinos [aut, cre]
Maintainer: Daniilidis Konstantinos <daniilidis@ieee.org>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
Date: 2022-02-19
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
biocViews:
Imports: Rcpp (>= 1.0.8.3),
Biostrings,
bedr,
VGAM,
devtools,
tidyverse,
dplyr,
stringr,
tidyr,
gridExtra,
ggExtra,
matrixStats,
kableExtra,
DECIPHER,
phangorn,
ggseqlogo,
metan,
ggpubr,
scales,
ggplot2,
plyr,
rlang,
GenomicAlignments,
rtracklayer,
BSgenome,
VariantAnnotation,
QuasR,
phyloseq
Enhances: parallel
LinkingTo: Rcpp
RoxygenNote: 7.2.0