plot_QC_binder_corr_hist: Correlation with a binder

Description Usage Arguments Value Author(s) Examples

View source: R/plot_QC_binder.R

Description

This depicts the distribution of correlation between a binder and all others.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_QC_binder_corr_hist(
  baf,
  b_id,
  incl = rep(T, ncol(baf)),
  method = c("spearman", "pearson", "kendall"),
  use = "complete.obs",
  xlab = paste("Corr. with", b_id),
  main = paste("Histogram of", xlab),
  ...,
  show_count = TRUE
)

Arguments

baf

an object of the BAf-class

b_id

one binder IDs in numeric or in character with repeat indicator if necessary.

incl

whether each column is included or not. This can be used to exclude other control binders

method, use

refer to cor

main, xlab, ...

pass over to hist

show_count

whether the count is displayed or not.

Value

a list having two elements, computed correlation values and the output of hist

Author(s)

Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>

Examples

1
2

Rundmus/BAf-R_package documentation built on May 18, 2020, 12:59 p.m.