`ngenes.ExpandedGOProfile` <-
function(pn, i=NULL) {
if (is.null(i))
return(sapply(pn, ngenes.i))
else
return(ngenes.i(pn[,i]))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.