import_annotations_file: Process tibble of annotation file contents

import_annotations_fileR Documentation

Process tibble of annotation file contents

Description

Process tibble of annotation file contents

Usage

import_annotations_file(anno_file, content, info)

Arguments

anno_file

output of import_delim_path

content

vector: first and last column of content; default 2 to end

info

column containing information; default none

Value

E.PAGE-specific imported annotations

Examples

## Not run: 
anno_path <- system.file("extdata", "ex_anno.csv", package = "E.PAGE")
anno_file <- import_delim_path(anno_path, ",", TRUE)
anno <- import_annotations_file(anno_file, c(2, 4), 5)

## End(Not run)

AhmedMehdiLab/E.PAGE documentation built on Aug. 21, 2022, 4:37 p.m.