Skip to content

Commit

Permalink
add subsetByRow with hasRowRanges
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 24, 2025
1 parent e06206c commit 9299dc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/subsetBy-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ NULL
#' ## Use i index to selectively subsetByRow
#' subsetByRow(mae, "ENST00000355076", i = c(TRUE, TRUE, FALSE, FALSE))
#'
#' ## only subset assays with rowRanges with GRanges input
#' subsetByRow(mae, egr, i = hasRowRanges(mae))
#'
#' ## Use i index to selectively subsetByRowData
#' subsetByRowData(
#' mae, "ENST00000355076", "rownames", i = "Affy"
Expand Down
3 changes: 3 additions & 0 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 9299dc6

Please sign in to comment.