exportFeatures: Export to BED format

Description Usage Arguments Value Author(s) Examples

View source: R/misc.R

Description

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

Usage

1
exportFeatures(features, file)

Arguments

features

TxFeatures or SGFeatures object

file

Character string specifying output file

Value

NULL

Author(s)

Leonard Goldstein

Examples

1
2
3
4
5
6
## Not run: 
exportFeatures(txf_pred, "txf.bed")
exportFeatures(sgf_pred, "sgf.bed")

## End(Not run)
NULL

SGSeq documentation built on Nov. 8, 2020, 8:31 p.m.