recipe bioconductor-kebabs

Kernel-Based Analysis Of Biological Sequences

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/kebabs.html

License:

GPL (>= 2.1)

Recipe:

/bioconductor-kebabs/meta.yaml

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.

package bioconductor-kebabs

(downloads) docker_bioconductor-kebabs

versions:
1.36.0-01.34.0-01.32.0-11.32.0-01.28.1-11.28.1-01.28.0-01.26.0-01.24.0-1

1.36.0-01.34.0-01.32.0-11.32.0-01.28.1-11.28.1-01.28.0-01.26.0-01.24.0-11.24.0-01.22.0-01.20.0-01.18.0-11.16.0-01.14.0-01.12.0-0

depends bioconductor-biostrings:

>=2.70.0,<2.71.0

depends bioconductor-biostrings:

>=2.70.1,<2.71.0a0

depends bioconductor-iranges:

>=2.36.0,<2.37.0

depends bioconductor-iranges:

>=2.36.0,<2.37.0a0

depends bioconductor-s4vectors:

>=0.40.0,<0.41.0

depends bioconductor-s4vectors:

>=0.40.2,<0.41.0a0

depends bioconductor-xvector:

>=0.42.0,<0.43.0

depends bioconductor-xvector:

>=0.42.0,<0.43.0a0

depends libblas:

>=3.9.0,<4.0a0

depends libgcc-ng:

>=12

depends liblapack:

>=3.9.0,<4.0a0

depends libstdcxx-ng:

>=12

depends r-apcluster:

depends r-base:

>=4.3,<4.4.0a0

depends r-e1071:

depends r-kernlab:

depends r-liblinear:

depends r-matrix:

>=1.5-0

depends r-rcpp:

>=0.11.2

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-kebabs

and update with::

   mamba update bioconductor-kebabs

To create a new environment, run:

mamba create --name myenvname bioconductor-kebabs

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-kebabs:<tag>

(see `bioconductor-kebabs/tags`_ for valid values for ``<tag>``)

Download stats