writeSmc: writeSmc

Description Usage Arguments Details Author(s) See Also Examples

View source: R/PGSEA.R

Description

This function will write out SMC objects to individual text files

Usage

1

Arguments

x

an object of class SMC

Details

The file name is determined by the reference slot of the SMC object.

Author(s)

Kyle Furge <kyle.furge@vai.org> and Karl Dykema <karl.dykema@vai.org>

See Also

writeSmc

Examples

1
2
3
4
5
6
7
8
9
datadir <- system.file("extdata", package = "PGSEA")
sample <- readGmt(file.path(datadir, "sample.gmt"))
str(sample)
sample[[1]]@reference <- "fileName"

## Not run: 
	writeSmc(sample[[1]])

## End(Not run)

PGSEA documentation built on April 28, 2020, 8:28 p.m.