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

View source: R/getMinDrugActivityRepeatCor.R

getMinDrugActivityRepeatCorR Documentation

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

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

getMinDrugActivityRepeatCor(nscSet)

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

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


CBIIT/rcellminer documentation built on Aug. 8, 2024, 12:15 p.m.