Description Usage Arguments Value Examples
View source: R/getMinDrugActivityRepeatCor.R
Returns a table indicating, for each compound in a specified set, the least significant correlation and associated p-value between its replicate experiments.
1 | getMinDrugActivityRepeatCor(nscSet)
|
nscSet |
a character vector specifying NSC identifier(s) for compound(s) of interest. |
a dataframe containing the following columns: NSC, cor, pval
1 2 | 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.