Learn R Programming

SGSeq (version 1.0.6)

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
## Not run: 
#   exportFeatures(txf, "txf.bed")
#   exportFeatures(sgf, "sgf.bed")
# ## End(Not run)

Run the code above in your browser using DataLab