Nothing
getMipsY2HInfo <- function(wantDefault = TRUE, toGrep = NULL,
parseType = NULL, eCode = NULL){
fileToRead <- gzfile(system.file("extdata", "PPI_141105.tab.gz", package = "ScISI"), open = "rt")
dataMat <- as.matrix(read.table(fileToRead, sep = "|"))
close(fileToRead)
desc = dataMat[,5]
index = grep("two hybrid", desc)
dataY2HMat = dataMat[index,]
}
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.