subsetPHMM | R Documentation |
The subsetPHMM
function allows an existing PHMM to be subset
by profile position. This eliminates the need for the training of an additional, smaller
model if query sequences should be compared to only a subsection of an existing PHMM.
The nt_coi_PHMM and aa_coi_PHMM can therefore be subset using this function to constrain
coil's framing and error evaluation to a subset of the COI-5P region
subsetPHMM(x, start, end)
x |
an object of class |
start |
The first PHMM position to be inclused in the output PHMM. |
end |
The last PHMM position to be included in the output PHMM. |
an object of class "PHMM"
derivePHMM
## subset positions 2-100 of the COI-5P PHMM
short_nt_PHMM <- subsetPHMM(nt_coi_PHMM, 2, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.