compare_replicates: Correlation plots for numeric data

Description Usage Arguments Value Examples

View source: R/p03_QC_replicate_correlation.R

Description

Correlation plots for numeric data

Usage

1
2
3
4
5
6
7
8
compare_replicates(
  data,
  rep1Col,
  rep2Col,
  value = "FPKM",
  trans = "identity",
  pseudoCount = 0
)

Arguments

data

A dataframe

rep1Col

column name for replicate 1

rep2Col

column name for replicate 1

value

A character name for the value. Default: FPKM

trans

trans argument from ggplot::scale_x_continuous() function.

pseudoCount

A pseudo count to avoid log(0) = Inf error. All values less than this number will be set to this number in XY scatter plot. Default: 0

Value

A list with following elements is returned.

Examples

1

lakhanp1/chipmine documentation built on March 6, 2021, 9:06 a.m.