Click or drag to resize
XBlastOptions Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, EnumerationsBlastSortingModeEnum, String)
Initializes a new instance of the XBlastOptions class.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XBlastOptions(
	int p_GapCreationPenalty,
	int p_GapExtensionPenalty,
	int p_PenaltyMisMatch,
	int p_RewardMatch,
	int p_WordSize,
	int p_MaxSequencesDisplayed,
	int p_MaxTimeMinutesAllowed,
	EnumerationsBlastSortingModeEnum p_SortingMode,
	string p_EntrezQuery
)

Parameters

p_GapCreationPenalty
Type: SystemInt32
The gap creation penalty.
p_GapExtensionPenalty
Type: SystemInt32
The gap extension penalty.
p_PenaltyMisMatch
Type: SystemInt32
The penalty mis match.
p_RewardMatch
Type: SystemInt32
The reward match.
p_WordSize
Type: SystemInt32
Size of the word.
p_MaxSequencesDisplayed
Type: SystemInt32
The maximum sequences displayed.
p_MaxTimeMinutesAllowed
Type: SystemInt32
The maximum time minutes allowed.
p_SortingMode
Type: Biolomics.SharedClassesEnumerationsBlastSortingModeEnum
The sorting mode.
p_EntrezQuery
Type: SystemString
The entrez query.
See Also