CRAN

KANT 2.0

Package to identify and sort genes overexpressed

Released Aug 26, 2014 by Noemie Robil

This package can be loaded by Renjin but 1 out 2 tests failed.

Dependencies

affy 1.46.1 Biobase 2.28.0

Identify and sort genes overexpressed and associated to transmembrane protein in Affymetrix expression set or any other results of microarray experiment.

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.cran</groupId>
    <artifactId>KANT</artifactId>
    <version>2.0-b25</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.cran:KANT')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.

Source

R

View GitHub Mirror

Release History