R/getExampleData.r

getExampleData<-function(ExampleData){

if(!exists("LncPathEnvir")) LncPathEnvir <- initializeLncPathEnvir();

if (ExampleData == "SigLncs"){
SigLncs<-get("SigLncs",envir=LncPathEnvir)
return(SigLncs)
}

if(ExampleData == "ExampleNet"){
ExampleNet<-get("ExampleNet", envir = LncPathEnvir)
return(ExampleNet)
}

if(ExampleData=="Labels"){
Labels<-get("Labels",envir=LncPathEnvir)
return(Labels)
}

if (ExampleData=="Profile"){
Profile<-get("Profile",envir=LncPathEnvir)
return(Profile)
}

if (ExampleData=="Result"){
Result<-get("Result",envir=LncPathEnvir)
return(Result)
}

if (ExampleData=="Table"){
Table<-get("Table",envir=LncPathEnvir)
return(Table)
}

}

Try the LncPath package in your browser

Any scripts or data that you put into this service are public.

LncPath documentation built on May 2, 2019, 11:03 a.m.