Description Usage Arguments Value Author(s) Examples
Obtain expected number of substitutions on each branch for each site pattern and each substitution type
1 |
x |
An object of type |
tm |
An object of type |
An array giving the expected number of substitutions on each branch, for each distinct alignment column, for each type of substitution.
Melissa J. Hubisz and Adam Siepel
1 2 3 4 5 6 7 8 9 | exampleArchive <- system.file("extdata", "examples.zip", package="rphast")
unzip(exampleArchive, "ENr334-100k.maf")
m <- read.msa("ENr334-100k.maf")
mod <- phyloFit(m, tree="((hg18,(mm9,rn4)),canFam2)")
x <- col.expected.subs.msa(sub.msa(m, start.col=41447839, end.col=41448033, refseq="hg18"), mod)
dim(x)
dimnames(x)
x["mm9-rn4","CCTT",,]
unlink("ENr334-100k.maf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.