Click or drag to resize
XRecordRemoveReadGroup Method
Removes a group from the read group.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XRecord RemoveReadGroup(
	int p_GroupId
)

Parameters

p_GroupId
Type: SystemInt32
The group id.

Return Value

Type: XRecord
The changed record with deleted read group.
See Also