示例#1
0
 /// <summary>
 /// constructor
 /// </summary>
 public RegulatoryElement(ushort referenceIndex, int start, int end, CompactId id, RegulatoryElementType type)
     : base(referenceIndex, start, end)
 {
     Id   = id;
     Type = type;
 }
示例#2
0
 /// <summary>
 /// adds the gene symbol source to both dictionaries
 /// </summary>
 private static void AddRegulatoryElementType(string s, RegulatoryElementType regulatoryElementType)
 {
     StringToRegulatoryElementType[s] = regulatoryElementType;
 }