Nothing
setMethod("[",
signature(x="ExpressionSet", i="GeneSet"),
function(x, i, j, ..., drop=TRUE) {
if (!identical(geneIdType(i),
AnnotationIdentifier(annotation(x))))
i <- mapIdentifiers(i, AnnotationIdentifier(annotation(x)))
genesIds <- geneIds(i)
ogenes <- genesIds[genesIds %in% featureNames(x)]
if (missing(j))
x[ogenes,...]
else
x[ogenes, j, ...]
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.