QualitativeSequenceFormatType Property |
Gets the quality scores format type.
Ex: Illumina/Solexa/Sanger.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public FastQFormatType FormatType { get; }
Public ReadOnly Property FormatType As FastQFormatType
Get
public:
virtual property FastQFormatType FormatType {
FastQFormatType get () sealed;
}
abstract FormatType : FastQFormatType with get
override FormatType : FastQFormatType with get
Property Value
Type:
FastQFormatTypeImplements
IQualitativeSequenceFormatTypeSee Also