Description Usage Arguments Author(s) Examples
Many years later, this version looks more robust than pslPercentIdentity2 and pslPercentIdentity3
1 | pslPercentIdentity(psl, isMrna = !pslIsProtein(psl))
|
psl |
a PSL object |
isMrna |
logical: protein scores are 3x size of mrna/nucleotide scores. |
Mark Cowley, 12 April 2006
1 2 3 | f <- file.path(system.file(package="blat"), "examples", "test.psl")
psl <- import.psl(f, score=TRUE)[1:5,]
pslPercentIdentity(psl, FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.