Skip to content

Commit

Permalink
Remove Hmp and Extreme precomputed error models
Browse files Browse the repository at this point in the history
Unnecessary and redundant. `tperr1` and those computed from the
Balanced community remain.
  • Loading branch information
benjjneb committed Apr 11, 2019
1 parent 57f82f4 commit e652624
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions R/errorModels.R
Expand Up @@ -508,39 +508,3 @@ NULL
#'
#' @name errHmpF
NULL

#' An empirical error matrix.
#'
#' A dataset containing the error matrix estimated by DADA2 from the reverse reads of the
#' Illumina Miseq 2x250 sequenced HMP mock community (see manuscript).
#'
#' @format A numerical matrix with 16 rows and 41 columns.
#' Rows correspond to the 16 transition (eg. A2A, A2C, ...)
#' Columns correspond to consensus quality scores 0 to 40.
#'
#' @name errHmpR
NULL

#' An empirical error matrix.
#'
#' A dataset containing the error matrix estimated by DADA2 from the forward reads of the
#' Illumina Miseq 2x250 sequenced Extreme mock community (see manuscript).
#'
#' @format A numerical matrix with 16 rows and 41 columns.
#' Rows correspond to the 16 transition (eg. A2A, A2C, ...)
#' Columns correspond to consensus quality scores 0 to 40.
#'
#' @name errExtremeF
NULL

#' An empirical error matrix.
#'
#' A dataset containing the error matrix estimated by DADA2 from the reverse reads of the
#' Illumina Miseq 2x250 sequenced Extreme mock community (see manuscript).
#'
#' @format A numerical matrix with 16 rows and 41 columns.
#' Rows correspond to the 16 transition (eg. A2A, A2C, ...)
#' Columns correspond to consensus quality scores 0 to 40.
#'
#' @name errExtremeR
NULL
Binary file removed data/errExtremeF.rda
Binary file not shown.
Binary file removed data/errExtremeR.rda
Binary file not shown.
Binary file removed data/errHmpF.rda
Binary file not shown.
Binary file removed data/errHmpR.rda
Binary file not shown.

0 comments on commit e652624

Please sign in to comment.