Learn R Programming

SELEX (version 1.4.0)

selex.infogainSummary: Summarize available information gain values

Description

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.

Usage

selex.infogainSummary(sample=NULL, displayFilter=FALSE)

Arguments

sample
A sample handle to the sample for which information gain statistics should be returned.
displayFilter
Display all applied sequence filter attributes.

Value

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.

See Also

selex.infogain, selex.summary

Examples

Run this code

selex.infogainSummary()

Run the code above in your browser using DataLab