Description Objects from the Class Slots Methods Author(s) References See Also Examples
Result of a pairwise sequence alignment.
Objects can be created by calls of the form new("AAAlignment", ...)
.
info1
:Object of class "character"
: name of
first sequence.
info2
:Object of class "character"
: name of
second sequence
selfs1
:Object of class "numeric"
: selfscore
of sequence 1
selfs2
:Object of class "numeric"
: selfscore
of sequence 2
score
:Object of class "numeric"
: Smith
Watermann score of alignment.
identity
:Object of class "numeric"
: nr of
identitacal AA in the alignment.
alignsimilarity
:Object of class "numeric"
: nr
of similarities.
lch1
:Object of class "numeric"
: length of
sequence 1.
lch2
:Object of class "numeric"
: length of
sequence 2
alig1
:Object of class "character"
: alignment string
alig2
:Object of class "character"
: alignment string
beautify
:Object of class "character"
:
internal
signature(object = "AAAlignment")
: show
signature(object = "AAAlignment")
: summary
Witold E. Wolski witek96@users.sourceforge.net
http://r4proteomics.sourceforge.net
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.