example.bed {GenomicTools.fileHandler}R Documentation

Example Gene Annotation in Bed-Format

Description

This file contains some example lines to represent a typical bed file that can be used to try the corresponding functions.

Format

A file with three column Chr, Start and End.

Details

The file is locate din the /extdata folder of the package and is accessible after installation via system.file("extdata","example.bed", package="GenomicTools.fileHandler")

Author(s)

Daniel Fischer


[Package GenomicTools.fileHandler version 0.1.5.9 Index]