-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.28 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: pqsfinder
Type: Package
Title: Identification of potential quadruplex forming sequences
Version: 0.99.2
Authors@R: c(person("Jiri", "Hon", role = c("aut", "cre"),
email = "[email protected]"),
person("Matej", "Lexa", role = "ctb",
email = "[email protected]"),
person("Tomas", "Martinek", role = "ctb",
email = "[email protected]"))
Author: Jiri Hon, Matej Lexa and Tomas Martinek
Maintainer: Jiri Hon <[email protected]>
Description: The main functionality of the this package is to detect DNA
sequence patterns that are likely to fold into an intramolecular
G-quadruplex (G4). Unlike many other approaches, this package is able
to detect sequences responsible for G4s folded from imperfect G-runs
containing bulges or mismatches and as such is more sensitive than
competing algorithms.
License: BSD_2_clause + file LICENSE
biocViews: MotifDiscovery, SequenceMatching, GeneRegulation
LazyData: TRUE
Depends:
Biostrings
Imports:
Rcpp (>= 0.12.3),
GenomicRanges,
IRanges,
S4Vectors,
methods
Suggests:
BiocStyle,
knitr,
Gviz,
rtracklayer,
biomaRt,
BSgenome.Hsapiens.UCSC.hg38
LinkingTo: Rcpp, BH, flowCore
VignetteBuilder: knitr
RoxygenNote: 5.0.1