`ngenes.i` <-
function(vecPn) {
if (has.ngenes.attr(vecPn))
return(attr(vecPn,"ngenes"))
else if (has.numGenes.attr(vecPn))
return(attr(vecPn,"numGenes"))
else
return(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.