BioConductor

odseq 1.8.0

Outlier detection in multiple sequence alignments

Released Dec 20, 2015 by José Jiménez

This package can be loaded by Renjin but 3 out 4 tests failed.

Dependencies

msa 1.12.0 mclust 5.4.1 kebabs 1.14.0

Performs outlier detection of sequences in a multiple sequence alignment using bootstrap of predefined distance metrics. Outlier sequences can make downstream analyses unreliable or make the alignments less accurate while they are being constructed. This package implements the OD-seq algorithm proposed by Jehl et al (doi 10.1186/s12859-015-0702-1) for aligned sequences and a variant using string kernels for unaligned sequences.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.bioconductor</groupId>
    <artifactId>odseq</artifactId>
    <version>1.8.0-b2</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.bioconductor:odseq')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R

Release History