View source: R/countSeqDiffs.R
countSeqDiffs | R Documentation |
countSeqDiffs
counts the number of protein differences among two sequences of proteins within the same "ProteinSeq" object.
countSeqDiffs(x, taxon1, taxon2)
x |
A "ProteinSeq" object containing proteins from |
taxon1 |
A character giving the common name of the first species that
will be compared. Must be a name present in |
taxon2 |
A character giving the common name of the second species that
will be compared. Must be a name present in |
A integer giving the number of protein differences between
taxon1
and taxon2
.
Matheus Januario, Dan Rabosky, Jennifer Auler
countSeqDiffs(cytOxidase, "human", "chimpanzee")
countSeqDiffs(cytOxidase, "human", "cnidaria")
countSeqDiffs(cytOxidase, "chimpanzee", "cnidaria")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.