Click or drag to resize
GenBankMetadataGetFeatures Method (String, Int32, Int32)
Returns the features which are partly or completely inside the specified range and belongs to specified accession. Note that the startPosition and endPosition are one based position.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public List<FeatureItem> GetFeatures(
	string accession,
	int startPosition,
	int endPosition
)

Parameters

accession
Type: SystemString
Accession number.
startPosition
Type: SystemInt32
Start position.
endPosition
Type: SystemInt32
End position

Return Value

Type: ListFeatureItem

[Missing <returns> documentation for "M:Bio.IO.GenBank.GenBankMetadata.GetFeatures(System.String,System.Int32,System.Int32)"]

See Also