| 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.
titleTitle for the expressionSet.
notesNotes for the expressionSet (redundant with S4 notes()).
designCopy of the experimental metadata (redundant with pData()).
annotationGene annotations (redundant with fData()).
gff_filefilename of a gff file which feeds this data.
stateWhat is the state of the data vis a vis normalization, conversion, etc.
conditionsUsually the condition column from pData.
batchesUsually the batch column from pData.
libsizeLibrary sizes of the data in its current state.
colorsChosen colors for plotting the data.
tximportData 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.