View source: R/createSummarizedExperiment.R
createSummarizedExperiment | R Documentation |
This function creates a summarized experiment object from a protein intensity table and experiment design.
createSummarizedExperiment(experimentDesign, proteinIntensities, listMetadata)
experimentDesign |
data.frame. Experiment design provided in input by the user. Required columsn are: 'SampleName' and 'Condition'. |
proteinIntensities |
data.frame. Wide matrix of intensities. Rows are proteins and columns are SampleNames. Required column: 'ProteinId'. |
listMetadata |
list of metadata: 'Species', 'LabellingMethod', 'NormalisationAppliedToAssay'. |
A SummarizedExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.