-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.8 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.8 KB
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
Package: rhinotypeR
Type: Package
Title: Rhinovirus genotyping
Version: 1.5.1
Date: 2026-04-28
Authors@R: c(
person("Martha", "Luka", role = c("aut", "cre"), email = "marthaluka20@gmail.com",
comment = c(ORCID = "0000-0001-6217-4426")),
person("Ruth", "Nanjala", role = c("aut")),
person("Winfred", "Gatua", role = c("aut")),
person("Wafaa M.", "Rashed", role = c("aut")),
person("Olaitan", "Awe", role = c("aut"))
)
Description: "rhinotypeR" is designed to automate the comparison of sequence data against prototype strains,
streamlining the genotype assignment process. By implementing predefined pairwise distance thresholds,
this package makes genotype assignment accessible to researchers and public health professionals.
This tool enhances our epidemiological toolkit by enabling more efficient surveillance and analysis of
rhinoviruses (RVs) and other viral pathogens with complex genomic landscapes.
Additionally, "rhinotypeR" supports comprehensive visualization and analysis of
single nucleotide polymorphisms (SNPs) and amino acid substitutions,
facilitating in-depth genetic and evolutionary studies.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
Biostrings,
methods,
MSA2dist,
msa
LazyData: false
biocViews: Sequencing, Genetics, Phylogenetics, Visualization, MultipleSequenceAlignment, MultipleComparison
Depends:
R (>= 4.5.0)
Suggests:
knitr,
rmarkdown,
BiocManager,
BiocStyle,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Vignettes:
`Introduction to rhinotypeR` = "vignettes/rhinotypeR.Rmd"
URL: https://github.com/omicscodeathon/rhinotypeR
BugReports: https://github.com/omicscodeathon/rhinotypeR/issues
RoxygenNote: 7.3.3
Config/testthat/edition: 3