writeFit | R Documentation |
This function is designed to take an ExpressionSet
an annotation
package and an lmFit
object, and output an annotated text file
containing t-statistics, p-values, and fold change data for all contrasts.
writeFit(
fit,
annotation = NULL,
eset,
touse = c("symbol", "genename", "accnum", "entrezid", "unigene")
)
fit |
A |
annotation |
An annotation package, specific for the chip used in the analysis. |
eset |
An |
touse |
Character vector of BiMaps from annotation package. As an example, if the annotation package is the hgu133plus2.db package, then 'symbol' refers to the hgu133plus2SYMBOL BiMap. |
This function is designed to output annotation data as well as statistics (p-values, fold change, t-statistics) for all probes on a chip.
A data.frame
is returned.
James W. MacDonald <jmacdon@u.washington.edu>
write.fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.