Nothing
if(getRversion() >= "2.15.1") utils::globalVariables("sig.pik3cags")
`pik3cags` <-
function(data, annot, do.mapping=FALSE, mapping, verbose=FALSE) {
pik3cags.gl <- sig.pik3cags[ ,c("probe", "EntrezGene.ID", "coefficient")]
res <- sig.score(x=pik3cags.gl, data=data, annot=annot, do.mapping=do.mapping, mapping=mapping, signed=TRUE, verbose=verbose)$score
return (res)
}
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.