convert_to_foldchange: Convert values in M1, M2 to fold-change M1 vs M2

Description Usage Arguments Value Examples

View source: R/HTDoseResponseCurve.R

Description

Convert values in M1, M2 to fold-change M1 vs M2

Usage

1

Arguments

M1

matrix for numerator of fold-change

M2

matrix for denominator of fold-change

Value

matrix with fold-change for M1/M2. Values that are NA in either M1 or M2 are NA in M

Examples

1
2
3
M1 = matrix( c(1, 1, 4, 1), nrow=2, ncol=2 )
M2 = matrix( 1:4, nrow=2, ncol=2 )
convert_to_foldchange(M1, M2)

DavidQuigley/HTDoseResponseCurve documentation built on Jan. 23, 2021, 5:10 a.m.