コード例 #1
0
        /// <summary>
        /// This method returns the list of genbankID with its corresponding molecule stand topology.
        /// Throws an exception of any error accessing the database occurs.
        /// </summary>
        public static XmlDocument listStrandTopologies()
        {
            XmlDocument doc = new XmlDocument();

            doc.AppendChild(dictionaryToXML(GDDL.listStrandTopologies(), doc));
            return(doc);
        }