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