
Last chance! 50% off unlimited learning
Sale ends in
show.BioVector(object)## S3 method for class 'PredictionProfile':
show(object)
## S3 method for class 'SpectrumKernel':
show(object)
## S3 method for class 'MismatchKernel':
show(object)
## S3 method for class 'MotifKernel':
show(object)
## S3 method for class 'GappyPairKernel':
show(object)
## S3 method for class 'SymmetricPairKernel':
show(object)
## S3 method for class 'ExplicitRepresentationDense':
show(object)
## S3 method for class 'ExplicitRepresentationSparse':
show(object)
## S3 method for class 'CrossValidationResult':
show(object)
## S3 method for class 'ModelSelectionResult':
show(object)
## S3 method for class 'SVMInformation':
show(object)
## S3 method for class 'KBModel':
show(object)
## S3 method for class 'ROCData':
show(object)
show
: show returns an invisible NULL
show
displays on overview of the selected object.## load coiled coil data
data(CCoil)
## show amino acid sequences
ccseq
## define spectrum kernel object
specK1 <- spectrumKernel(k=1, normalized=FALSE)
## show kernel object
show(specK1)
## compute explicit representation for the first 5 sequences
## in dense format
er <- getExRep(ccseq, specK1, sel=1:5, sparse=FALSE)
## show dense explicit representation
show(er)
Run the code above in your browser using DataLab