parseCompendium: This method allows importing the full compendium for the...

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

This method allows importing the full compendium for the selected organism from a local file

Usage

1
parseCompendium(destfile)

Arguments

destfile

A character containing the full path of the downloaded file

Value

A list containing two or three data.frames.

In case switchVersion is equal to 2:

exprdata

the full compendium for the selected organism

condannot

The condition annotation for the selected organism

In case switchVersion is equal to 3:

exprdata

the full compendium for the selected organism

refannot

The condition annotation for the reference contrasts

testannot

The condition annotation for the test contrasts

References

http://colombos.net

Examples

1
2
3
4
5
## Not run: 
library('Rcolombos')
mtube <- parseCompendium("mtube_compendium_data.zip")

## End(Not run)

Rcolombos documentation built on May 1, 2019, 8:43 p.m.