Learn R Programming

SGSeq (version 1.6.2)

exportFeatures: 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

Examples

Run this code
exportFeatures(txf_pred, "txf.bed")
exportFeatures(sgf_pred, "sgf.bed")
NULL

Run the code above in your browser using DataLab