View source: R/readExpColumn.R
readExpColumn | R Documentation |
This function helps to prepare the data in the script mode. It also allows the obtention of dataset plot as a batch processing.
readExpColumn(x,...)
x |
Names of two expression datasets to be compared. They should be separated by hyphen (-) |
... |
To add more comparisons, each combination must be separated by comma (,). |
List the names of the expression datasets that will be used for comparison
Returns the names of comparisons to be used by Levi
To generate a plot from a single dataset, the name of the sample must be informed twice (Ex. "CaseA-CaseA")
José Rafael Pilan (rafael.pilan@unesp.br)
base <- readExpColumn(a="NormalNeverSmoker-NormalNeverSmoker")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.