Create a new expression matrix with means of technical replicates
1 | unduplicate(comparisonsTable, selectedReplicates, expr.matrix)
|
1 2 3 4 5 6 | gset <- getGEO('GSE54839', GSEMatrix =TRUE) #GSE61276 GSE12654
exprset <- gset[[1]]
expr.matrix <- exprs(exprset)
comparisons <- comparisonsPheno(exprset,NULL)[[1]]
comparisonsTable <- comparisonsPheno(exprset,NULL)[[2]]
selectedReplicates <- "source_name_ch1"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.