expt | R Documentation |
It is also a simple list so that one may summarize it more simply, provides colors and some slots to make one's life easier. It is created via the function create_expt() which perhaps should be changed.
expt(...)
... |
Parameters for create_expt() |
Another important caveat: expressionSets and their methods are all S4; but I did not want to write S4 methods, so I made my expt a S3 class. As a result, in order to make use of exprs, notes, pData, fData, and friends, I made use of setMethod() to set up calls for the expressionSet portion of the expt objects.
title
Title for the expressionSet.
notes
Notes for the expressionSet (redundant with S4 notes()).
design
Copy of the experimental metadata (redundant with pData()).
annotation
Gene annotations (redundant with fData()).
gff_file
filename of a gff file which feeds this data.
state
What is the state of the data vis a vis normalization, conversion, etc.
conditions
Usually the condition column from pData.
batches
Usually the batch column from pData.
libsize
Library sizes of the data in its current state.
colors
Chosen colors for plotting the data.
tximport
Data provided by tximport() to create the exprs() data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.