getCompendium: This method allows to download/import the full compendium for...

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

This method allows to download/import the full compendium for the selected organism

Usage

1
getCompendium(organism = "hpylo", path = NULL)

Arguments

organism

A character containing the organism id: use listOrganisms to display the available organisms.

path

A string indicating the path where the file will be either downloaded or read, if already retrieved

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')
hpylo <- getCompendium("hpylo")

## End(Not run)

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