View source: R/getMinDrugActivityRepeatCor.R
getMinDrugActivityRepeatCor | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.