Learn R Programming

TFBSTools (version 1.10.3)

writeGFF3-methods: writeGFF3, writeGFF2 functions

Description

write the SiteSet, SitePairSet, SiteSetList, SitePairSetList into the GFF3 or GFF2 format.

Usage

writeGFF3(x, scoreType=c("absolute", "relative")) writeGFF2(x, scoreType=c("absolute", "relative"))

Arguments

x
A SiteSet, SitePairSet, SiteSetList, or SitePairSetList object.
scoreType
The score column can have absolute value or relative value.

Value

It returns nothing.