Click or drag to resize
HelperGetMatePairedReadType Method
Gets the mate paired read type. That is for F/1/X1 it provides R/2/Y1.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string GetMatePairedReadType(
	string pairedReadType
)

Parameters

pairedReadType
Type: SystemString
Paired read type.

Return Value

Type: String

[Missing <returns> documentation for "M:Bio.Util.Helper.GetMatePairedReadType(System.String)"]

See Also