SequenceAlignmentMapGetPairedReads Method (Single, Single) |
Gets the paired reads.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<PairedRead> GetPairedReads(
float meanLengthOfInsert,
float standardDeviationOfInsert
)
Public Function GetPairedReads (
meanLengthOfInsert As Single,
standardDeviationOfInsert As Single
) As IList(Of PairedRead)
public:
IList<PairedRead^>^ GetPairedReads(
float meanLengthOfInsert,
float standardDeviationOfInsert
)
member GetPairedReads :
meanLengthOfInsert : float32 *
standardDeviationOfInsert : float32 -> IList<PairedRead>
Parameters
- meanLengthOfInsert
- Type: SystemSingle
Mean of the insert length. - standardDeviationOfInsert
- Type: SystemSingle
Standard deviation of insert length.
Return Value
Type:
IListPairedReadList of paired read.
See Also