-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.33 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
Package: packFinder
Type: Package
Title: de novo Annotation of Pack-TYPE Transposable Elements
Version: 1.9.3
Authors@R: c(
person(given = "Jack",
family = "Gisby",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0511-8123")),
person(given = "Marco",
family = "Catoni",
role = "aut",
email="[email protected]",
comment = c(ORCID = "0000-0002-3258-2522"))
)
Description: Algorithm and tools for in silico pack-TYPE transposon discovery. Filters a given genome for properties unique to DNA transposons and provides tools for the investigation of returned matches. Sequences are input in DNAString format, and ranges are returned as a dataframe (in the format returned by as.dataframe(GRanges)).
License: GPL-2
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
Biostrings,
GenomicRanges,
kmer,
ape,
methods,
IRanges,
S4Vectors
Suggests:
biomartr,
knitr,
rmarkdown,
testthat,
dendextend,
biocViews,
BiocCheck,
BiocStyle
RoxygenNote: 7.2.0
VignetteBuilder: knitr
URL: https://github.com/jackgisby/packFinder
BugReports: https://github.com/jackgisby/packFinder/issues
biocViews: Genetics, SequenceMatching, Annotation