getMinDrugActivityRepeatCor {rcellminer} | R Documentation |
Returns a table indicating, for each compound in a specified set, the least significant correlation and associated p-value between its replicate experiments.
getMinDrugActivityRepeatCor(nscSet)
nscSet |
a character vector specifying NSC identifier(s) for compound(s) of interest. |
a dataframe containing the following columns: NSC, cor, pval
nscSet <- c("123528", "339316") repExpCorTab <- getMinDrugActivityRepeatCor(nscSet)