Learn R Programming

rcellminer (version 1.4.2)

getMinDrugActivityRepeatCor: 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

concept

rcellminer

Examples

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

Run the code above in your browser using DataLab