HelperGetReadIdExcludingOtherInfo Method |
Returns the id exluding the otherinformation part from it.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static string GetReadIdExcludingOtherInfo(
string readId
)
Public Shared Function GetReadIdExcludingOtherInfo (
readId As String
) As String
public:
static String^ GetReadIdExcludingOtherInfo(
String^ readId
)
static member GetReadIdExcludingOtherInfo :
readId : string -> string
Parameters
- readId
- Type: SystemString
Read id.
Return Value
Type:
String[Missing <returns> documentation for "M:Bio.Util.Helper.GetReadIdExcludingOtherInfo(System.String)"]
See Also