Generating and classifying bootstrap replicates with test driven development (CC283)

May 16, 2024 • PD Schloss • 1 min read

Now that we have a kmer database, we are ready to classify our sequences using the Naive Bayesian approach. We’ll start by refactoring some code that we used to make the database and then we’ll generate and classify our bootstrap replicates. Of course, everything will be done using test driven development (TDD). This episode is part of an ongoing effort to develop an R package that implements the naive Bayesian classifier.

Code

You can browse the state of the repository at the