import.genepattern.odf: import.genepattern.odf

Description Usage Arguments Value Author(s) Examples

View source: R/import.genepattern.odf.R

Description

Import a GenePattern ODF file. This has been tested using ODF created by LimmaGP, which in turn was modelled on that from ComparativeMarkerSelection. Note that all the header info is stripped out & lost upon import, except for the column names.

Usage

1

Arguments

f

the path to a single ODF file

Value

a data.frame representation of the ODF file.

Author(s)

Mark Cowley, 2011-11-22

Examples

1
2
3
4
5
6
## Not run: 
f <- "yellow_exp_LeanConvsObCon.odf"
a <- import.genepattern.odf(f)
head(a)

## End(Not run)

drmjc/metaGSEA documentation built on Aug. 8, 2020, 1:53 p.m.