Learn R Programming

kebabs (version 1.6.2)

Kernel-Based Analysis Of Biological Sequences

Description

The package provides functionality for kernel-based analysis of DNA, RNA, and amino acid sequences via SVM-based methods. As core functionality, kebabs implements following sequence kernels: spectrum kernel, mismatch kernel, gappy pair kernel, and motif kernel. Apart from an efficient implementation of standard position-independent functionality, the kernels are extended in a novel way to take the position of patterns into account for the similarity measure. Because of the flexibility of the kernel formulation, other kernels like the weighted degree kernel or the shifted weighted degree kernel with constant weighting of positions are included as special cases. An annotation-specific variant of the kernels uses annotation information placed along the sequence together with the patterns in the sequence. The package allows for the generation of a kernel matrix or an explicit feature representation in dense or sparse format for all available kernels which can be used with methods implemented in other R packages. With focus on SVM-based methods, kebabs provides a framework which simplifies the usage of existing SVM implementations in kernlab, e1071, and LiblineaR. Binary and multi-class classification as well as regression tasks can be used in a unified way without having to deal with the different functions, parameters, and formats of the selected SVM. As support for choosing hyperparameters, the package provides cross validation - including grouped cross validation, grid search and model selection functions. For easier biological interpretation of the results, the package computes feature weights for all SVMs and prediction profiles which show the contribution of individual sequence positions to the prediction result and indicate the relevance of sequence sections for the learning result and the underlying biological functions.

Copy Link

Version

Version

1.6.2

License

GPL (>= 2.1)

Last Published

February 15th, 2017

Functions in kebabs (1.6.2)

MotifKernel-class

Motif Kernel Class
SVMInformation-class

SVM Information Class
KernelMatrixAccessors

KernelMatrix Accessors
computeROCandAUC

Compute Receiver Operating Characteristic And Area Under The Curve
GappyPairKernel-class

Gappy Pair Kernel Class
kebabsData

KeBABS Sequence Data
PredictionProfileAccessors

PredictionProfile Accessors
plot,PredictionProfile,missing-method

Plot Prediction Profiles, Cross Validation Result, Grid Search Performance Parameters and Receiver Operating Characteristics
BioVector-class

BioVector, DNAVector, RNAVector and AAVector Classes
kebabsCollectInfo

Collect KeBABS Package Information
CrossValidationResult-class

Cross Validation Result Class
CrossValidationResultAccessors

CrossValidationResult Accessors
KBModel-class

KeBABS Model Class
ModelSelectionResult-class

Model Selection Result Class
predictSVM

SVM Access for Training and Prediction
ControlInformation-class

KeBABS Control Information Class
showAnnotatedSeq

Annotation Specific Kernel
predict,KBModel-method

KeBABS Prediction Methods
heatmap,PredictionProfile,missing-method

Heatmap Methods
performGridSearch

KeBABS Grid Search
ExplicitRepresentation

Explicit Representation Dense and Sparse Classes
KBModelAccessors

KBModel Accessors
kebabsDemo

kebabs
evaluatePrediction

Evaluate Prediction
motifKernel

Motif Kernel
mismatchKernel

Mismatch Kernel
linearKernel

Linear Kernel
SpectrumKernel-class

Spectrum Kernel Class
performModelSelection

KeBABS Model Selection
KernelMatrix-class

Kernel Matrix Class
PredictionProfile-class

Prediction Profile Class
getPredProfMixture,BioVector-method

Calculation Of Predicition Profiles for Mixture Kernels
SymmetricPairKernel-class

Symmetric Pair Kernel Class
symmetricPairKernel

Symmetric Pair Kernel
ExplicitRepresentationAccessors

ExplicitRepresentation Accessors
MismatchKernel-class

Mismatch Kernel Class
ROCDataAccessors

ROCData Accessors
kbsvm,BioVector-method

KeBABS Training Methods
getExRep

Explict Representation
ROCData-class

ROC Data Class
SequenceKernel-class

Sequence Kernel Class
seqKernelAsChar

Sequence Kernel
performCrossValidation,KernelMatrix-method

KeBABS Cross Validation
ModelSelectionResultAccessors

ModelSelectionResult Accessors
getFeatureWeights

Feature Weights
getPredictionProfile,BioVector-method

Calculation Of Predicition Profiles
genRandBioSeqs

Generate Random Biological Sequences
gappyPairKernel

Gappy Pair Kernel
spectrumKernel

Spectrum Kernel
linWeight

Position Dependent Kernel
BioVector

DNAVector, RNAVector, AAVector Objects and BioVector Class
show.BioVector

Display Various KeBABS Objects