SequenceFormattersFastQ Property |
Gets an instance of FastQFormatter class which is capable of
saving a IQualitativeSequence according to the FASTQ file format.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static FastQFormatter FastQ { get; }
Public Shared ReadOnly Property FastQ As FastQFormatter
Get
public:
static property FastQFormatter^ FastQ {
FastQFormatter^ get ();
}
static member FastQ : FastQFormatter with get
Property Value
Type:
FastQFormatterSee Also