View source: R/createRootBarG.R
createRootBarG | R Documentation |
A function that plots the root length paramters based on treatment and gene Lines.
createRootBarG(inputFile)
inputFile |
A string representing the path for the input file containing root measurement data. Precondition: columns with data to be plotted must include / character. Columns of gene lines must be named "geneLines" |
Returns a list object with results
outputPlot - A bar plot with mean root growth of root Treamtent with respect to root Lines
outputText - the data frame of the raw data used to produce outputPlot
Erik Ensminger erik.ensminger@mail.utoronto.ca
Steipe B., ABC project (.utility 4.07) A Bioinformatics Course: Applied Bioinformatics Link.
# Example 1:
# Creating Bar plot of input data
## Not run:
library(plyr)
input <- system.file("extdata", "inputFileFunc3.csv", package = "FastRPA")
filterData <- createRootBarG(input)
filterData$outputPlot # outputs the plot when called
filterData$outputText # returns the dataframe
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.