getId.Sequence: Get the unique identifier of a Sequence object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the unique identifier of a Sequence object. The identifier is the concatenation of the object name and the object hash code as returned by hashCode().

Usage

1
2
## S3 method for class 'Sequence'
getId(this, ...)

Arguments

this

A Sequence object.

...

Not used.

Value

A charcter vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Sequence.

Examples

1
2
3
4
5
6
7
	# create a Sequence object.
	s<-Sequence(length=5)
	# get id
	getId(s)
	# get id via virtual field
	s$id
 

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