Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/WholeGenomeAlignment.R
Generates the scoring matrix for lastz aligner.
1 | scoringMatrix(distance = c("far", "medium", "near"))
|
distance |
It can be "far", "medium" or "close". It defines the scoring matrix used in lastz aligner. Generally, if two species are close to each other, for example human and chimp, "close" should be used. If two species have a divergence time of 100 MYA, "far" should be used. In other cases, "medium" should be used. |
A matrix
of the scoring matrix is returned.
HOXD70 is medium. HoxD55 is far. human-chimp.v2 is close.
Ge Tan
http://genomewiki.ucsc.edu/index.php/Hg38_17-way_conservation_lastz_parameters
1 | scoringMatrix(distance="far")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.