View source: R/preprocess_hlpFunctions.R
makeAnnotation | R Documentation |
Creates an annotation data frame based on either an existing annotation data frame or a path to a file which contains the experiment annotation. Annotation in a file can be both a tab-delimited text document or an Excel file. For more details, see read.table
and read.xlsx
. As an error protection measurement, leading and trailing spaces in each column are trimmed off.
makeAnnotation(exp_annotation, type_annot = NULL, colClasses = NA)
exp_annotation |
Either the path to the file which contains the experiment annotation or a data frame containing the experiment annotation. Exactly one colum in the experiment annotation should contain the mass spec run names. Annotation in a file can be both a tab-delimited text document or an Excel file. For more details, see |
type_annot |
If |
colClasses |
character. Only used when the |
A data frame containing the experimental annotation. Possible leading and trailing spaces are trimmed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.