Description Usage Arguments Examples
computeGphmmParam
returns a list with gphmm parameters.
1 | computeGphmmParam(emiTrans)
|
emiTrans |
- list with emission and transition counts. |
1 2 3 4 5 6 7 | library(Biostrings)
seqs <- DNAStringSet(c(a='ATGC', b = 'ATGG', c = 'ATGT'))
csv <- data.frame(queries = c('a', 'b'), refs = c('c', 'c'))
gphmmPerRead <- makeGphmmPerRead(seqs, csv)
parameters <- initializeGphmm()
counts <- lapply(1:nrow(csv), function(i) gphmmPerRead(i, parameters))
computeGphmmParam(counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.