Skip to content

Commit b4f107b

Browse files
committed
add keyword do visualize_dataset
1 parent 17c0bcd commit b4f107b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

R/convenience.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,8 @@ get_dataset_expression_for_genes <- function(
11431143
#' @return A list of pheatmap plots for every differential expression contrast of an experiment.
11441144
#' Each plot will be subsetted to exclusively include the relevant subset for the contrast.
11451145
#'
1146+
#' @keywords dataset
1147+
#'
11461148
#' @export
11471149
visualize_dataset <- function(dataset,genes = NULL, adj_p_filter = 1, rank_filter = Inf, ...){
11481150
if('character' %in% class(dataset)){

man/visualize_dataset.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)