selex.mmSummary {SELEX} | R Documentation |
This function returns sample, order, Markov model type, R^2 value, cross validation sample/length, and applied filters for either all computed Markov models or a specified sample in the current working directory.
selex.mmSummary(sample=NULL, displayFilter=FALSE)
sample |
A sample handle to the sample for which Markov model information should be returned. |
displayFilter |
Display all applied sequence filter attributes. |
selex.mmSummary
returns a data frame containing the sample, order, Markov model type, R^2 value, cross validation sample/length, and applied filters for all computed Markov models in the current working directory. If sample
is provided, the above information is given for the specific sample only.
selex.mmSummary()