This package installs and interfaces the naive Bayesian classifier for
16S rRNA sequences developed by the Ribosomal Database Project (RDP).
With this package the classifier trained with the standard training set
can be used or a custom classifier can be trained.
Other R interfaces for bioinformatics are also available:
rBLAST: Interface to the
Basic Local Alignment Search Tool (BLAST) to search genetic sequence
data bases
rMSA: Interface for
Popular Multiple Sequence Alignment Tools including ClustalW, MAFFT,
MUSCLE, and Kalign
Installation
if (!require("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("rRDP")
BiocManager::install("rRDPData")
Usage
library(rRDP)
Load a few sequences and classify the sequences using RDP.
@Misc{,
title = {{rRDP:} Interface to the {RDP} Classifier},
author = {Michael Hahsler and Annurag Nagar},
year = {2020},
doi = {10.18129/B9.bioc.rRDP},
note = {R package version 1.23.3},
howpublished = {Bioconductor version: Release (3.19)},
}
R package rRDP - Interface to the RDP Classifier
This package installs and interfaces the naive Bayesian classifier for 16S rRNA sequences developed by the Ribosomal Database Project (RDP). With this package the classifier trained with the standard training set can be used or a custom classifier can be trained.
Other R interfaces for bioinformatics are also available:
Installation
Usage
Load a few sequences and classify the sequences using RDP.
Citation Request
To cite package ‘rRDP’ in publications use:
Acknowledgments
This work was partially supported by grant no. R21HG005912 from the National Human Genome Research Institute.