-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
75 lines (75 loc) · 2.42 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: Modstrings
Type: Package
Title: Working with modified nucleotide sequences
Version: 1.19.0
Date: 2022-08-13
Authors@R: c(person("Felix G.M.",
"Ernst",
email = "felix.gm.ernst@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5064-0928")),
person("Denis L.J.",
"Lafontaine",
email = "denis.lafontaine@ulb.ac.be",
role = c("ctb", "fnd")))
Description: Representing nucleotide modifications in a nucleotide sequence
is usually done via special characters from a number of sources. This
represents a challenge to work with in R and the Biostrings package.
The Modstrings package implements this functionallity for RNA and DNA
sequences containing modified nucleotides by translating the character
internally in order to work with the infrastructure of the Biostrings
package.
For this the ModRNAString and ModDNAString classes and derivates and
functions to construct and modify these objects despite the encoding issues
are implemenented. In addition the conversion from sequences to list like
location information (and the reverse operation) is implemented as well.
License: Artistic-2.0
Encoding: UTF-8
biocViews:
DataImport, DataRepresentation, Infrastructure, Sequencing, Software
Depends:
R (>= 3.6),
Biostrings (>= 2.51.5)
Imports:
methods,
BiocGenerics,
GenomicRanges,
S4Vectors,
IRanges,
XVector,
stringi,
stringr,
crayon,
grDevices
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
usethis
Collate:
'Modstrings.R'
'AllGenerics.R'
'Modstrings-external-functions.R'
'Modstrings-external-C-calls.R'
'Modstrings-ModStringCodec.R'
'Modstrings-ModString.R'
'Modstrings-ModStringSet.R'
'Modstrings-ModStringViews.R'
'Modstrings-MaskedModString.R'
'Modstrings-ModStringCodec-data.R'
'Modstrings-ModStringSet-io.R'
'Modstrings-ModStringSetList.R'
'Modstrings-QualityScaledModStringSet.R'
'Modstrings-letterFrequency.R'
'Modstrings-modifyNucleotide.R'
'Modstrings-replaceLetterAt.R'
'Modstrings-sanitize.R'
'Modstrings-separate.R'
'Modstrings-seqtype.R'
'datasets.R'
'utils.R'
'zzz.R'
VignetteBuilder: knitr
RoxygenNote: 7.2.1
BugReports: https://github.com/FelixErnst/Modstrings/issues