Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cparsania committed Sep 30, 2024
1 parent 9d886e3 commit 5151c8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/chip_related.R
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ get_three_prime_flank_motif <- function(x,

#' Generate a pairwise correlation for chipseq data.
#' @description Given an object of the class \code{parcutils_chip} it generates correlation heatmap for selected samples and observations (peaks).
#' @details correlation is calculated based on RPM value of each feature. RPM is simply sum of values across the feature i.e. rowsum.
#' @param x an object of the class \code{parcutils_chip}.
#' @param samples a character vector denoting samples to show in the plot. Values must be a subset of \code{names(assays(x))}.
#' @param peaks a character vector denoting peaks (observations) to use for correlation. Values must be a subset of \code{rownames(RowData(x))}.
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/plot_chip_pairwise_correlation_heatmap.html

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

3 changes: 3 additions & 0 deletions man/plot_chip_pairwise_correlation_heatmap.Rd

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

0 comments on commit 5151c8a

Please sign in to comment.