Added support for heat maps of achieved growth on linear scale. Still having trouble with the input form in Rails.

This commit is contained in:
Yury V Bukhman
2015-07-02 16:07:27 -05:00
parent 745f8a70af
commit 105be75c26
9 changed files with 82 additions and 39 deletions
+3 -2
View File
@@ -4,7 +4,7 @@
\alias{create.heatmap}
\title{Create a heat map of a plate}
\usage{
create.heatmap(fitted.well.array, attribute, MinMax = NA, unlog = NULL)
create.heatmap(fitted.well.array, attribute, MinMax = NA, constant.added)
}
\arguments{
\item{fitted.well.array}{matrix containing well array object data}
@@ -13,7 +13,8 @@ create.heatmap(fitted.well.array, attribute, MinMax = NA, unlog = NULL)
\item{MinMax}{The specific range for the heatmap.}
\item{unlog}{transform values to linear scale}
\item{constant.added}{the numeric constant that was added to each curve before the log transform:
same as \code{add.constant} in \link{gcat.analysis.main}}
}
\value{
path of heatmap pdf file