bjoris33/filtR: Filters OTUs Generated by PCR or Sequencing Error from Count Tables

Using propr and ALDEx2 functions, filtR removes OTUs generated by PCR and sequencing error from count tables. There are two filtering parameters. One is rho, which is a measure of beta-associate between two OTUs. Each individual OTU, for the most part, should lack association with other OTUs because they are independent entities. The other filtering parameter is difference in centered log ratio. If an OTU is derived from an error in PCR or sequencing, it is expected to have a much lower abundance than the OTU it associates with. The input for this package is a count table (which can contain taxonomy information in any column, but is not a requirement) and the output is a count table with the error-derived OTUs removed.

Getting started

Package details

AuthorBen Joris [aut, cre] Jean Macklaim [aut], Greg Gloor [aut], Daniel Giguere [aut], Kaitlyn Hobbs [aut]
MaintainerBen Joris <bjoris@uwo.ca>
LicenseGPL-2
Version0.98.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bjoris33/filtR")
bjoris33/filtR documentation built on May 31, 2019, 7:40 a.m.