Package

nl.biopet.utils

rscript

Permalink

package rscript

Visibility
  1. Public
  2. All

Type Members

  1. case class LinePlot(input: File, output: File, width: Int = 1200, height: Int = 1200, xlabel: Option[String] = None, ylabel: Option[String] = None, llabel: Option[String] = None, title: Option[String] = None, hideLegend: Boolean = false, removeZero: Boolean = false, xLog10: Boolean = false, yLog10: Boolean = false, xLog10AxisTicks: Seq[String] = Seq(), xLog10AxisLabels: Seq[String] = Seq()) extends Rscript with Product with Serializable

    Permalink

    Extension for en general line plot with R

    Extension for en general line plot with R

    Created by pjvan_thof on 4/29/15.

  2. trait Rscript extends Logging

    Permalink

    Trait for rscripts, can be used to execute rscripts locally

    Trait for rscripts, can be used to execute rscripts locally

    Created by pjvanthof on 13/09/15.

  3. case class ScatterPlot(input: File, output: File, width: Int = 1200, height: Int = 1200, xlabel: Option[String] = None, ylabel: Option[String] = None, llabel: Option[String] = None, title: Option[String] = None, removeZero: Boolean = false) extends Rscript with Product with Serializable

    Permalink

    Extension for en general line plot with R

    Extension for en general line plot with R

    Created by pjvan_thof on 4/29/15.

  4. case class StackedBarPlot(input: File, output: File, width: Int = 1200, height: Int = 1200, xlabel: Option[String] = None, ylabel: Option[String] = None, llabel: Option[String] = None, title: Option[String] = None) extends Rscript with Product with Serializable

    Permalink

    Extension for en general stackedbar plot with R

    Extension for en general stackedbar plot with R

    Created by pjvan_thof on 4/29/15.

Value Members

  1. object Rscript

    Permalink

Ungrouped