1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
\name{writeGFF3-methods}
\docType{methods}
\alias{writeGFF3}
\alias{writeGFF2}
\alias{writeGFF3-methods}
\alias{writeGFF2-methods}
\alias{writeGFF3,SitePairSet-method}
\alias{writeGFF2,SitePairSet-method}
\alias{writeGFF3,SitePairSetList-method}
\alias{writeGFF2,SitePairSetList-method}
\alias{writeGFF3,SiteSet-method}
\alias{writeGFF2,SiteSet-method}
\alias{writeGFF3,SiteSetList-method}
\alias{writeGFF2,SiteSetList-method}
\title{ \code{writeGFF3}, \code{writeGFF2} functions}
\description{
write the \code{SiteSet}, \code{SitePairSet}, \code{SiteSetList},
\code{SitePairSetList} into the GFF3 or GFF2 format.
}
\usage{
writeGFF3(x, scoreType=c("absolute", "relative"))
writeGFF2(x, scoreType=c("absolute", "relative"))
}
\arguments{
\item{x}{
A \code{SiteSet}, \code{SitePairSet}, \code{SiteSetList},
or \code{SitePairSetList} object.
}
\item{scoreType}{
The score column can have absolute value or relative value.
}
}
\value{
It returns nothing.
}
\author{
Ge Tan
}
\keyword{methods}
|