Nothing
This document explains the functionalities available in the a4Preproc package.
This package contains utility functions to pre-process data for the Automated Affymetrix Array Analysis suite of packages.
library(a4Preproc)
The feature annotation for a specific dataset, as required by the pipeline
is extracted with the addGeneInfo
function.
library(ALL) data(ALL) a4ALL <- addGeneInfo(eset = ALL) print(head(fData(a4ALL))) print(head(featureData(a4ALL)))
print(sessionInfo())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.