XNFieldReverseComplement Method (String) |
Reverse the given DNA sequences. Don't call this function for proteins !
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void ReverseComplement(
ref string p_Value
)
Public Shared Sub ReverseComplement (
ByRef p_Value As String
)
Parameters
- p_Value
- Type: SystemString
The sequence to reverse.
See Also