A Uniform Resource Identifier (URI) which identifies the sequence represented by this object

Namespace:  BioSharp.Core.Bio.Seq.Impl
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public string URN { get; set; }

Implements

ISequence..::.URN

Remarks

For sequences in well-known database, this may be a URN, e.g. urn:sequence/embl:AL121903. It may also be a URL identifying a specific resource, either locally or over the network, such as file:///home/thomas/myseq.fa|seq22 or http://www.mysequences.net/chr22.seq.

See Also