strollur 0.1.4
New Features:
- Expands built in read / write functions.
-
strollur::read_fastq()returns data.frame with fastq data. -
strollur::write_fastq()writes fastq data to file. -
strollur::read_quality()returns data.frame with sequence quality data. -
strollur::write_quality()writes sequence quality data to file. -
strollur::read_biom()returns a strollur_object. -
strollur::write_biom()writes biom files containing the strollur_object.
-
- Expands member functions of the strollur_object.
-
strollur_object$alignment_length()returns the sequences alignment length or -1 if the sequences are unaligned. -
strollur_object$has_bin_taxonomy()returnsTRUEif your dataset includes bin classifications. -
strollur_object$has_sequence_taxonomy()returnsTRUEif your dataset includes sequence classifications. -
strollur_object$rename()rename the strollur object.
-
Enhancements:
- Adds
fastq,quality,sequence_tree,sample_tree,sample_distancetypes to:strollur::report()strollur_object$report()
- Adds
fastqtype to:strollur::add()strollur_object$add()
- Adds
qualityandsample_distancetype to:strollur::assign()strollur_object$assign()
Functions for Package developers
- Adds
strollur::xdev_alignment_length()function - Adds
strollur::xdev_assign_bin_taxonomy_tidy()function. - Adds
strollur::xdev_has_bin_taxonomy()function. - Adds
strollur::xdev_get_sequence_indexes_by_sample()function. - Adds
strollur::xdev_add_sequence_fastq_scores()function. - Adds
strollur::xdev_get_sample_distances()function. - Adds
strollur::xdev_assign_sample_distances()function.
Bug Fixes: - strollur::summary() will now display results that accurately represent the data.
Deprecated:
- Simplifies member functions of the strollur_object.
- Removes
strollur_object$add_sequence_tree(): Functionality now included instrollur_object$add(). - Removes
strollur_object$add_sample_tree(): Functionality now included instrollur_object$add(). - Removes
strollur_object$get_sequence_tree(): Functionality now included instrollur_object$report(). - Removes
strollur_object$get_sample_tree(): Functionality now included instrollur_object$report().
- Removes
strollur 0.1.3
CRAN release: 2026-07-02
- Adds
strollur::read_mothur_oligos()function for the import of oligo data from mothur. - Makes report format more flexible. You can now add reports that are not tied to sequence data. These can be general metadata, oligo information, paired fastq file tables and much more.
