SimpleConsensusResolver Class |
For ambiguous symbols, the corresponding set of base symbols are retrieved. And for frequency calculation, each base symbol is given a weight of (100 / number of base symbols).
Namespace: Bio
The SimpleConsensusResolver type exposes the following members.
Name | Description | |
---|---|---|
SimpleConsensusResolver(Double) |
Initializes a new instance of the SimpleConsensusResolver class.
Sets user parameter threshold.
| |
SimpleConsensusResolver(IAlphabet) |
Initializes a new instance of the SimpleConsensusResolver class.
Sets default value for threshold.
| |
SimpleConsensusResolver(IAlphabet, Double) |
Initializes a new instance of the SimpleConsensusResolver class.
|
Name | Description | |
---|---|---|
SequenceAlphabet |
Gets or sets sequence alphabet
| |
Threshold |
Gets or sets threshold value - used when generating consensus symbol
The confidence level for a position must equal or exceed Threshold for
a non-gap symbol to appear in the consensus at that position.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetConsensus |
Gets consensus symbols for the input list,
using frequency fraction method.
Refer class summary for more details.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |