getMinDrugActivityRepeatCor: Returns a table indicating, for each compound in a specified...

Description Usage Arguments Value Examples

View source: R/getMinDrugActivityRepeatCor.R

Description

Returns a table indicating, for each compound in a specified set, the least significant correlation and associated p-value between its replicate experiments.

Usage

1

Arguments

nscSet

a character vector specifying NSC identifier(s) for compound(s) of interest.

Value

a dataframe containing the following columns: NSC, cor, pval

Examples

1
2
nscSet <- c("123528", "339316")
repExpCorTab <- getMinDrugActivityRepeatCor(nscSet)

rcellminer documentation built on Nov. 26, 2020, 2:02 a.m.