Description Usage Arguments Details Author(s) See Also Examples
This function unifies different number of genes per platform against 10,412 common genes.
1 | filterCommonGenes(input.f, output.f, id=c("GeneSymbol", "EntrezID"))
|
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 |
id |
character string indicating which gene identifier to use when matching. |
The number of genes in expression data is different for each platform and this difference influences the computational results of stromal and immune scores. To compare stromal, immune and ESTIMATE scores across different platforms or calculate ESTIMATE-based tumor purity using Affymetrix expression data, users need to unify the gene identifiers of the input data against the common genes. Afterwards, the results of the intersection are written to disk in GCT format.
Kosuke Yoshihara kyoshihara@mdanderson.org
1 2 3 | in.file <- system.file("extdata", "sample_input.txt", package="estimate")
out.file <- tempfile(pattern="estimate", fileext=".gct")
filterCommonGenes(in.file, out.file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.