Click or drag to resize
HelperGetPairedReadId Method
Concatenates the specified original sequence id, paired read type and library name to paired read id format.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string GetPairedReadId(
	string originalSequenceId,
	string pairedReadType,
	string libraryName
)

Parameters

originalSequenceId
Type: SystemString
Original sequence id.
pairedReadType
Type: SystemString
Paired read type.
libraryName
Type: SystemString
Library name.

Return Value

Type: String

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

See Also