QualitativeSequenceGetDefaultQualScore Method |
Gets the default quality score for the specified FastQFormatType.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static byte GetDefaultQualScore(
FastQFormatType type
)
Public Shared Function GetDefaultQualScore (
type As FastQFormatType
) As Byte
public:
static unsigned char GetDefaultQualScore(
FastQFormatType type
)
static member GetDefaultQualScore :
type : FastQFormatType -> byte
Parameters
- type
- Type: BioFastQFormatType
FastQ format type.
Return Value
Type:
ByteQuality score.
See Also