Click or drag to resize

SequenceDocWriteFasta Method (TextWriter, String, Int32, String)

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static void WriteFasta(
	TextWriter w,
	string sequence,
	int countperline,
	string[] comments
)

Parameters

w
Type: System.IOTextWriter
sequence
Type: SystemString
countperline
Type: SystemInt32
comments
Type: SystemString
See Also