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

View source: R/utils.R

write.gctR Documentation

Saves ExpressionSet to a GCT file (version 1.3).

Description

Saves ExpressionSet to a GCT file (version 1.3).

Usage

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

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

baba-beda/morpheusR documentation built on April 23, 2024, 6:56 a.m.