Description Usage Arguments Value Examples
Export the samples metadata of an experiment, to be used for statistical analysis.
1 2 | ## S4 method for signature 'proFIAset'
exportSampleMetadata(object, filename = NULL)
|
object |
A proFIAset object. |
filename |
If not NULL the result will be written in filename |
A dataframe with the following columns :
sampleID an ID similar to the one of the peak table.
class the group of the sample.
1 2 3 4 5 | if(require(plasFIA)){
data(plasSet)
tsample<-exportSampleMetadata(plasSet)
head(tsample)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.