exportFeatures {SGSeq} | R Documentation |
Export features to BED format. Splice sites are not included.
exportFeatures(features, file)
features |
|
file |
Character string specifying output file |
NULL
Leonard Goldstein
## Not run: exportFeatures(txf_pred, "txf.bed") exportFeatures(sgf_pred, "sgf.bed") ## End(Not run) NULL