writeGFF3-methods {TFBSTools}R Documentation

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.

Author(s)

Ge Tan


[Package TFBSTools version 1.30.0 Index]