exportFeatures {SGSeq}R Documentation

Export to BED format

Description

Export features to BED format. Splice sites are not included.

Usage

exportFeatures(features, file)

Arguments

features

TxFeatures or SGFeatures object

file

Character string specifying output file

Value

NULL

Author(s)

Leonard Goldstein

Examples

## Not run: 
exportFeatures(txf_pred, "txf.bed")
exportFeatures(sgf_pred, "sgf.bed")

## End(Not run)
NULL

[Package SGSeq version 1.14.0 Index]