/// <summary> /// Private constructor for clone method. /// </summary> /// <param name="other">Other MiscRNA instance.</param> private MiscRna(MiscRna other) : base(other) { }