| getSdExpr | R Documentation | 
Compute standard deviation of the gene expression
  getSdExpr(features, dat)
features | 
 IDs  | 
dat | 
 Expression data indexed by IDs  | 
Returns a vector
Anne Biton
dat <- matrix(rnorm(1000),ncol=10,nrow=100)
rownames(dat) <- 1:100
MineICA:::getSdExpr(features = 2:20, dat = dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.