## load small example model file for testing purposes
## NOTE: this is an incomplete model that will probably not provide
## meaningful predictions
file <- system.file("examples", "testModel.CCModel", package="procoil")
testModel <- readCCModel(file)
testModel
## read original model from file
URL <- "http://www.bioinf.jku.at/software/procoil/PrOCoilModel_v1.CCModel"
PrOCoilModelV1 <- readCCModel(URL)
## display summary of example model
PrOCoilModelV1
## display 10 heightes pattern weights
weights(PrOCoilModelV1)[1:10]
Run the code above in your browser using DataLab