write.gct: Saves ExpressionSet to a GCT file (version 1.3).

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Saves ExpressionSet to a GCT file (version 1.3).

Usage

1
write.gct(es, file, gzip = FALSE)

Arguments

es

ExpresionSet obeject to save

file

Path to output gct file

gzip

Whether to gzip apply gzip-compression for the output file#'

Value

Result of the closing file (as in 'close()' function')

Examples

1
2
3
es <- read.gct(system.file("extdata", "centers.gct", package = "phantasus"))
out <- tempfile(fileext = ".gct.gz")
write.gct(es, out, gzip=TRUE)

phantasus documentation built on Nov. 8, 2020, 6:39 p.m.