inputFileFunc2 | R Documentation |
The file inputFileFunc2 contains the filtered data outputted by the filterData function This file can then be used as input for function analyseRootData
inputFileFunc2
A matrix with columns:
First condition, first column contains geneLines and must be called 'geneLines'
Second condition, subsequent columns must contain the name of the experimental root treatment
Third condition, measurments of experimental root treatment must be in milimetres (mm)
Fourth condition, one of the root treatment columns must be control treatment and must be listed as the last column in the csv file, which will be used for normalizing data
Ensminger, Erik
# Example 1:
# Access raw data made available with this package
inputfilteredData <- system.file("extdata", "inputFileFunc2.csv", package = "FastRPA")
# Read data
inputFileFunc2 <- read.csv(file = inputfilteredData, header = TRUE)
dim(inputFileFunc2) # 30 4
# To see documentation for this dataset
?inputFileFunc2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.