readManualAnnotationFile: Read a TSV file where each row corresponds to an annotated...

Description Usage Arguments Value

View source: R/manualComplexFeatureAnnotation.R

Description

Read a TSV file where each row corresponds to an annotated complex. The table must have the columns (in that order): - 'complex_id', - 'apexes_fully_observed' - 'apexes_partially_observed'. - 'n_proteins_in_complex' - 'n_proteins_in_complete_complex' The numbers within the apex columns have to be comma-separated and should not be surrounded by whitespace.

Usage

1

Arguments

fname

The filename of the TSV file.

Value

A list of two data.tables: The component 'annotations' holds the individual annotations. Whereas 'complexes' holds information about the complex' completeness.


hafenr/MACode documentation built on May 17, 2019, 2:24 p.m.