Description Usage Arguments Value Examples
View source: R/manualComplexFeatureAnnotation.R
Given a DF with columns 'complex_id', and another column holding comma-separated strings of numbers, create a long list style DF where each row corresponds to a number.
| 1 | createManualComplexAnnotations(annotations, apex.col.name)
 | 
| annotations | A data.frame with columns 'complex_id' and a second column with comma-separated retention times of the complex features. | 
| apex.col.name | The name of the column that holds the retention times. | 
A data.table with the following columns: 'complex_id', 'rt'.
| 1 2 3 4 | manual.annotations.raw <- readManualAnnotationFile('somefile.tsv')
manual.annotations <-
    createManualComplexAnnotations(manual.annotations.raw$annotations,
                                   'apexes_partially_observed')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.