readExpColumn: readExpColumn

View source: R/readExpColumn.R

readExpColumnR Documentation

readExpColumn

Description

This function helps to prepare the data in the script mode. It also allows the obtention of dataset plot as a batch processing.

Usage

readExpColumn(x,...)

Arguments

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 (,).

Details

List the names of the expression datasets that will be used for comparison

Value

Returns the names of comparisons to be used by Levi

Note

To generate a plot from a single dataset, the name of the sample must be informed twice (Ex. "CaseA-CaseA")

Author(s)

José Rafael Pilan (rafael.pilan@unesp.br)

Examples

base <- readExpColumn(a="NormalNeverSmoker-NormalNeverSmoker")

jrybarczyk/levi documentation built on April 11, 2024, 2:16 a.m.