import_annotations: Import delimited annotation file into E.PAGE-specific format

import_annotationsR Documentation

Import delimited annotation file into E.PAGE-specific format

Description

Import delimited annotation file into E.PAGE-specific format

Usage

import_annotations(path, delim, header, content = NULL, info = NULL)

Arguments

path

path to file

delim

file delimiter, usually "," or "\t"

header

whether file contains header

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

anno_path <- system.file("extdata", "ex_anno.csv", package = "E.PAGE")
anno <- import_annotations(anno_path, ",", TRUE, c(2, 4), 5)

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