Description Usage Arguments Details Value
This creates a sample-condition table from an ExpressionSet with pData.
1 |
x |
An ExpressionSet (possibly reduced gene list) |
sample_field |
A pdata field representing the unique samples (repeated entries). |
condition_field |
A pdata field representing the condition to plot. |
An SCT is a set of gene expressions indicating specific samples and associated with a specific condition. This structure allows plotting of individual gene expression by sample and by condition.
sct stands for sample-condition table. Briefly, it collects information from an ExpressionSet into a set of samples with specific conditions, together with gene expression. This is really only useful for gene subset. Given the gene subset, you can then plot the genes by sample and by condition.
This function takes an ExpressionSet, extracts two fields from the pData (sample_field and condition_field) and builds the necessary structure for plotting.
A sct (sample-condition table).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.