-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 853 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
Package: seqUtils
Title: Utilities for Biological Sequence Analysis
Version: 0.0.0.9000
Authors@R:
person("Sam", "Turner", , "sat65@cam.ac.uk", role = c("aut", "cre"))
Description: Provides efficient tools for common sequence analysis tasks including
FASTA file I/O, sequence translation, alignment using MAFFT, substitution
detection, and consensus calculation. Designed for working with DNA, RNA,
and protein sequences.
License: MIT + file LICENSE
URL: https://github.com/SamT123/seqUtils
BugReports: https://github.com/SamT123/seqUtils/issues
Imports:
ape,
Biostrings,
castor,
fs,
lubridate,
purrr,
readr,
reticulate,
rlang,
stats,
stringr,
withr
Suggests:
knitr,
pwalign,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3