Learn R Programming

rstoat (version 1.0.2)

read_output: Read annotation output into R

Description

Convenience function which reads and joins annotation results spread across multiple files for space efficiency. To run this function, please first download annotated data first using download_annotation()

Usage

read_output(directory, drop_event_id = TRUE)

Arguments

directory

The path of the data.

drop_event_id

Whether to drop the event_id column or not.

Value

A data.frame of annotated data, one row per variable per event

Examples

Run this code
# NOT RUN {
read_output("path/to/your/downloaded/data/directory")
# }

Run the code above in your browser using DataLab