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)


cannin/rcellminer documentation built on June 11, 2025, 5:43 a.m.