Description Usage Arguments Details Author(s) References Examples
This function writes an input file in GCT format.
1 | outputGCT(input.f, output.f)
|
input.f |
character string specifying name of input file, or data frame including gene-level expression data |
output.f |
character string specifying name of output file |
This function writes gene-level expression data to GCT format file. Input file must be a text format file.
Kosuke Yoshihara kyoshihara@mdanderson.org
Reich M, et al.
"
GenePattern 2.0."
Nature Genetics 2006, 38:500-501.
1 2 3 | in.file <- system.file("extdata", "sample_input.txt", package="estimate")
out.file <- tempfile(pattern="estimate", fileext=".gct")
outputGCT(in.file, out.file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.