Learn R Programming

multicastR (version 1.3.0)

mc_prep_tsv: Shape input from EAF files for TSV output

Description

Called by mc_eaf_to_tsv for each EAF file in the list. While reading the EAFs themselves is handled by mc_read_eaf, this function brings the output into its proper shape.

Usage

mc_prep_tsv(eaffile)

Arguments

eaffile

Path to and filename of an EAF file to be converted.

Value

A data.table containing the annotation values of a single EAF file.