| HelperGetMatePairedReadType Method  | 
            Gets the mate paired read type.
            That is for F/1/X1 it provides R/2/Y1.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static string GetMatePairedReadType(
	string pairedReadType
)
Public Shared Function GetMatePairedReadType ( 
	pairedReadType As String
) As String
public:
static String^ GetMatePairedReadType(
	String^ pairedReadType
)
static member GetMatePairedReadType : 
        pairedReadType : string -> string 
Parameters
- pairedReadType
 - Type: SystemString
Paired read type. 
Return Value
Type: 
String[Missing <returns> documentation for "M:Bio.Util.Helper.GetMatePairedReadType(System.String)"]
See Also