SitePairSet {TFBSTools} | R Documentation |
"SitePairSet"
The SitePairSet object is a container for storing two SiteSet objects. Usually it is used to hold the results returned by searchAln.
## Constructor SitePairSet(siteset1, siteset2)
siteset1, siteset2 |
Each SiteSet object is from one sequence in the pairwise alignment. |
A SitePairSet
object.
signature(x = "SitePairSet")
: Gets the first SiteSet object.
signature(x = "SitePairSet")
: Gets the second SiteSet object.
Ge Tan