Skip to content

Commit

Permalink
use rmarkdown in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 24, 2025
1 parent 5e0df1d commit 4fdfaaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
12 changes: 5 additions & 7 deletions R/subsetBy-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@ NULL
#' `List` must match that of the `ExperimentList` in the
#' `MultiAssayExperiment`.
#'
#' \itemize{
#' \item subsetBycolData: Select biological units by vector input types
#' \item subsetByColumn: Select observations by assay or for each assay
#' \item subsetByRow: Select rows by assay or for each assay
#' \item subsetByAssay: Select experiments
#' }
#' * `subsetBycolData`: Select biological units by vector input types
#' * `subsetByColumn`: Select observations by assay or for each assay
#' * `subsetByRow`: Select rows by assay or for each assay
#' * `subsetByAssay`: Select experiments
#'
#' @return \code{subsetBy*} operations are endomorphic and return either
#' @return `subsetBy*`: operations are endomorphic and return either
#' `MultiAssayExperiment` or `ExperimentList` depending on the
#' input.
#'
Expand Down
11 changes: 5 additions & 6 deletions man/subsetBy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fdfaaa

Please sign in to comment.