setSequence.Site: Assotiate a Sequence object with a Site object

Description Usage Arguments Value Author(s) See Also Examples

Description

Assotiate a Sequence object with a Site object.

Usage

1
2
## S3 method for class 'Site'
setSequence(this, new.seq, ...)

Arguments

this

A Site object.

new.seq

A valid Sequence object.

...

Not used.

Value

The Sequence object (invisible).

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Site.

Examples

1
2
3
4
5
6
7
8
9
	# create a site object
	s<-Site()
	# get associated Sequence object
	s$sequence
	# set associated Sequence object
	setSequence(s,Sequence())
	s$sequence

 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.