Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update almostAllAccessors.R #1091

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/almostAllAccessors.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' This is the suggested method
#' for accessing
#' the phylogenetic tree, (\code{\link[Biostrings]{XStringSet}}-class)
#' the reference sequences, (\code{\link[Biostrings]{XStringSet}}-class)
#' from a phyloseq data object (\code{\link{phyloseq-class}}).
#' Like other accessors (see See Also, below), the default behavior of this method
#' is to stop with an
Expand All @@ -16,8 +16,8 @@
#' @usage refseq(physeq, errorIfNULL=TRUE)
#'
#' @param physeq (Required). An instance of phyloseq-class
#' that contains a phylogenetic tree. If physeq is a phylogenetic
#' tree (a component data class), then it is returned as-is.
#' that contains reference sequences. If physeq is reference
#' sequences (a component data class), then it is returned as-is.
#'
#' @param errorIfNULL (Optional). Logical. Should the accessor stop with
#' an error if the slot is empty (\code{NULL})? Default \code{TRUE}.
Expand Down