-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
32 lines (32 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
Package: kmer
Type: Package
Title: Fast K-Mer Counting and Clustering for Biological Sequence Analysis
Version: 1.1.2.9000
Authors@R: person("Shaun", "Wilkinson", role = c("aut", "cre"),
email = "[email protected]")
Author: Shaun Wilkinson [aut, cre]
Maintainer: Shaun Wilkinson <[email protected]>
Description: Contains tools for rapidly computing distance matrices
and clustering large sequence datasets using fast alignment-free
k-mer counting and recursive k-means partitioning.
See Vinga and Almeida (2003) <doi:10.1093/bioinformatics/btg005>
for a review of k-mer counting methods and applications for
biological sequence analysis.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: http://github.com/shaunpwilkinson/kmer
BugReports: http://github.com/shaunpwilkinson/kmer/issues
Imports:
openssl,
phylogram,
Rcpp (>= 0.12.13)
Suggests:
ape (>= 4.0),
dendextend,
knitr,
rmarkdown,
testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
RoxygenNote: 6.1.1