# Perform FIRMA analysis on the raw expression data
# To use sample data sets included in the TIN package as input:
fs <- firmaAnalysis(useToyData=TRUE)
# To use your own data, provide path to aroma.affymetrix root directory and
# name of data set as arguments:
# fs <- firmaAnalysis(useToyData=FALSE, "/tmp/path/to/aroma.affymetrix",
# "sampleSet")
Run the code above in your browser using DataLab