A fast and efficient python library for interfacing with the Biological Magnetic Resonance Data Bank
Background The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules. It is an important resource for many researchers using NMR to study structural, biophysical, and biochemical properties of biologi...
        Saved in:
      
    
          | Published in | BMC bioinformatics Vol. 18; no. 1; p. 175 | 
|---|---|
| Main Authors | , , | 
| Format | Journal Article | 
| Language | English | 
| Published | 
        London
          BioMed Central
    
        17.03.2017
     Springer Nature B.V  | 
| Subjects | |
| Online Access | Get full text | 
| ISSN | 1471-2105 1471-2105  | 
| DOI | 10.1186/s12859-017-1580-5 | 
Cover
| Abstract | Background
The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules. It is an important resource for many researchers using NMR to study structural, biophysical, and biochemical properties of biological macromolecules. It is primarily maintained and accessed in a flat file ASCII format known as NMR-STAR. While the format is human readable, the size of most BMRB entries makes computer readability and explicit representation a practical requirement for almost any rigorous systematic analysis.
Results
To aid in the use of this public resource, we have developed a package called
nmrstarlib
in the popular open-source programming language Python. The
nmrstarlib
’s implementation is very efficient, both in design and execution. The library has facilities for reading and writing both NMR-STAR version 2.1 and 3.1 formatted files, parsing them into usable Python dictionary- and list-based data structures, making access and manipulation of the experimental data very natural within Python programs (i.e. “saveframe” and “loop” records represented as individual Python dictionary data structures). Another major advantage of this design is that data stored in original NMR-STAR can be easily converted into its equivalent JavaScript Object Notation (JSON) format, a lightweight data interchange format, facilitating data access and manipulation using Python and any other programming language that implements a JSON parser/generator (i.e., all popular programming languages). We have also developed tools to visualize assigned chemical shift values and to convert between NMR-STAR and JSONized NMR-STAR formatted files. Full API Reference Documentation, User Guide and Tutorial with code examples are also available.
We have tested this new library on all current BMRB entries: 100% of all entries are parsed without any errors for both NMR-STAR version 2.1 and version 3.1 formatted files. We also compared our software to three currently available Python libraries for parsing NMR-STAR formatted files: PyStarLib, NMRPyStar, and PyNMRSTAR.
Conclusions
The
nmrstarlib
package is a simple, fast, and efficient library for accessing data from the BMRB. The library provides an intuitive dictionary-based interface with which Python programs can read, edit, and write NMR-STAR formatted files and their equivalent JSONized NMR-STAR files. The
nmrstarlib
package can be used as a library for accessing and manipulating data stored in NMR-STAR files and as a command-line tool to convert from NMR-STAR file format into its equivalent JSON file format and vice versa, and to visualize chemical shift values. Furthermore, the nmrstarlib implementation provides a guide for effectively JSONizing other older scientific formats, improving the FAIRness of data in these formats. | 
    
|---|---|
| AbstractList | The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules. It is an important resource for many researchers using NMR to study structural, biophysical, and biochemical properties of biological macromolecules. It is primarily maintained and accessed in a flat file ASCII format known as NMR-STAR. While the format is human readable, the size of most BMRB entries makes computer readability and explicit representation a practical requirement for almost any rigorous systematic analysis.
To aid in the use of this public resource, we have developed a package called nmrstarlib in the popular open-source programming language Python. The nmrstarlib's implementation is very efficient, both in design and execution. The library has facilities for reading and writing both NMR-STAR version 2.1 and 3.1 formatted files, parsing them into usable Python dictionary- and list-based data structures, making access and manipulation of the experimental data very natural within Python programs (i.e. "saveframe" and "loop" records represented as individual Python dictionary data structures). Another major advantage of this design is that data stored in original NMR-STAR can be easily converted into its equivalent JavaScript Object Notation (JSON) format, a lightweight data interchange format, facilitating data access and manipulation using Python and any other programming language that implements a JSON parser/generator (i.e., all popular programming languages). We have also developed tools to visualize assigned chemical shift values and to convert between NMR-STAR and JSONized NMR-STAR formatted files. Full API Reference Documentation, User Guide and Tutorial with code examples are also available. We have tested this new library on all current BMRB entries: 100% of all entries are parsed without any errors for both NMR-STAR version 2.1 and version 3.1 formatted files. We also compared our software to three currently available Python libraries for parsing NMR-STAR formatted files: PyStarLib, NMRPyStar, and PyNMRSTAR.
The nmrstarlib package is a simple, fast, and efficient library for accessing data from the BMRB. The library provides an intuitive dictionary-based interface with which Python programs can read, edit, and write NMR-STAR formatted files and their equivalent JSONized NMR-STAR files. The nmrstarlib package can be used as a library for accessing and manipulating data stored in NMR-STAR files and as a command-line tool to convert from NMR-STAR file format into its equivalent JSON file format and vice versa, and to visualize chemical shift values. Furthermore, the nmrstarlib implementation provides a guide for effectively JSONizing other older scientific formats, improving the FAIRness of data in these formats. Background The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules. It is an important resource for many researchers using NMR to study structural, biophysical, and biochemical properties of biological macromolecules. It is primarily maintained and accessed in a flat file ASCII format known as NMR-STAR. While the format is human readable, the size of most BMRB entries makes computer readability and explicit representation a practical requirement for almost any rigorous systematic analysis. Results To aid in the use of this public resource, we have developed a package called nmrstarlib in the popular open-source programming language Python. The nmrstarlib ’s implementation is very efficient, both in design and execution. The library has facilities for reading and writing both NMR-STAR version 2.1 and 3.1 formatted files, parsing them into usable Python dictionary- and list-based data structures, making access and manipulation of the experimental data very natural within Python programs (i.e. “saveframe” and “loop” records represented as individual Python dictionary data structures). Another major advantage of this design is that data stored in original NMR-STAR can be easily converted into its equivalent JavaScript Object Notation (JSON) format, a lightweight data interchange format, facilitating data access and manipulation using Python and any other programming language that implements a JSON parser/generator (i.e., all popular programming languages). We have also developed tools to visualize assigned chemical shift values and to convert between NMR-STAR and JSONized NMR-STAR formatted files. Full API Reference Documentation, User Guide and Tutorial with code examples are also available. We have tested this new library on all current BMRB entries: 100% of all entries are parsed without any errors for both NMR-STAR version 2.1 and version 3.1 formatted files. We also compared our software to three currently available Python libraries for parsing NMR-STAR formatted files: PyStarLib, NMRPyStar, and PyNMRSTAR. Conclusions The nmrstarlib package is a simple, fast, and efficient library for accessing data from the BMRB. The library provides an intuitive dictionary-based interface with which Python programs can read, edit, and write NMR-STAR formatted files and their equivalent JSONized NMR-STAR files. The nmrstarlib package can be used as a library for accessing and manipulating data stored in NMR-STAR files and as a command-line tool to convert from NMR-STAR file format into its equivalent JSON file format and vice versa, and to visualize chemical shift values. Furthermore, the nmrstarlib implementation provides a guide for effectively JSONizing other older scientific formats, improving the FAIRness of data in these formats. Background The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules. It is an important resource for many researchers using NMR to study structural, biophysical, and biochemical properties of biological macromolecules. It is primarily maintained and accessed in a flat file ASCII format known as NMR-STAR. While the format is human readable, the size of most BMRB entries makes computer readability and explicit representation a practical requirement for almost any rigorous systematic analysis. Results To aid in the use of this public resource, we have developed a package called nmrstarlib in the popular open-source programming language Python. The nmrstarlib’s implementation is very efficient, both in design and execution. The library has facilities for reading and writing both NMR-STAR version 2.1 and 3.1 formatted files, parsing them into usable Python dictionary- and list-based data structures, making access and manipulation of the experimental data very natural within Python programs (i.e. “saveframe” and “loop” records represented as individual Python dictionary data structures). Another major advantage of this design is that data stored in original NMR-STAR can be easily converted into its equivalent JavaScript Object Notation (JSON) format, a lightweight data interchange format, facilitating data access and manipulation using Python and any other programming language that implements a JSON parser/generator (i.e., all popular programming languages). We have also developed tools to visualize assigned chemical shift values and to convert between NMR-STAR and JSONized NMR-STAR formatted files. Full API Reference Documentation, User Guide and Tutorial with code examples are also available. We have tested this new library on all current BMRB entries: 100% of all entries are parsed without any errors for both NMR-STAR version 2.1 and version 3.1 formatted files. We also compared our software to three currently available Python libraries for parsing NMR-STAR formatted files: PyStarLib, NMRPyStar, and PyNMRSTAR. Conclusions The nmrstarlib package is a simple, fast, and efficient library for accessing data from the BMRB. The library provides an intuitive dictionary-based interface with which Python programs can read, edit, and write NMR-STAR formatted files and their equivalent JSONized NMR-STAR files. The nmrstarlib package can be used as a library for accessing and manipulating data stored in NMR-STAR files and as a command-line tool to convert from NMR-STAR file format into its equivalent JSON file format and vice versa, and to visualize chemical shift values. Furthermore, the nmrstarlib implementation provides a guide for effectively JSONizing other older scientific formats, improving the FAIRness of data in these formats. BACKGROUNDThe Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules. It is an important resource for many researchers using NMR to study structural, biophysical, and biochemical properties of biological macromolecules. It is primarily maintained and accessed in a flat file ASCII format known as NMR-STAR. While the format is human readable, the size of most BMRB entries makes computer readability and explicit representation a practical requirement for almost any rigorous systematic analysis.RESULTSTo aid in the use of this public resource, we have developed a package called nmrstarlib in the popular open-source programming language Python. The nmrstarlib's implementation is very efficient, both in design and execution. The library has facilities for reading and writing both NMR-STAR version 2.1 and 3.1 formatted files, parsing them into usable Python dictionary- and list-based data structures, making access and manipulation of the experimental data very natural within Python programs (i.e. "saveframe" and "loop" records represented as individual Python dictionary data structures). Another major advantage of this design is that data stored in original NMR-STAR can be easily converted into its equivalent JavaScript Object Notation (JSON) format, a lightweight data interchange format, facilitating data access and manipulation using Python and any other programming language that implements a JSON parser/generator (i.e., all popular programming languages). We have also developed tools to visualize assigned chemical shift values and to convert between NMR-STAR and JSONized NMR-STAR formatted files. Full API Reference Documentation, User Guide and Tutorial with code examples are also available. We have tested this new library on all current BMRB entries: 100% of all entries are parsed without any errors for both NMR-STAR version 2.1 and version 3.1 formatted files. We also compared our software to three currently available Python libraries for parsing NMR-STAR formatted files: PyStarLib, NMRPyStar, and PyNMRSTAR.CONCLUSIONSThe nmrstarlib package is a simple, fast, and efficient library for accessing data from the BMRB. The library provides an intuitive dictionary-based interface with which Python programs can read, edit, and write NMR-STAR formatted files and their equivalent JSONized NMR-STAR files. The nmrstarlib package can be used as a library for accessing and manipulating data stored in NMR-STAR files and as a command-line tool to convert from NMR-STAR file format into its equivalent JSON file format and vice versa, and to visualize chemical shift values. Furthermore, the nmrstarlib implementation provides a guide for effectively JSONizing other older scientific formats, improving the FAIRness of data in these formats.  | 
    
| ArticleNumber | 175 | 
    
| Author | Moseley, Hunter N. B. Smelter, Andrey Astra, Morgan  | 
    
| Author_xml | – sequence: 1 givenname: Andrey surname: Smelter fullname: Smelter, Andrey organization: School of Interdisciplinary and Graduate Studies, University of Louisville, Department of Computer Engineering and Computer Science, University of Louisville – sequence: 2 givenname: Morgan surname: Astra fullname: Astra, Morgan organization: Center for Environmental and Systems Biochemistry, University of Kentucky – sequence: 3 givenname: Hunter N. B. surname: Moseley fullname: Moseley, Hunter N. B. email: hunter.moseley@uky.edu organization: Department of Molecular and Cellular Biochemistry, University of Kentucky, Markey Cancer Center, University of Kentucky, Center for Environmental and Systems Biochemistry, University of Kentucky, Institute for Biomedical Informatics, University of Kentucky  | 
    
| BackLink | https://www.ncbi.nlm.nih.gov/pubmed/28302053$$D View this record in MEDLINE/PubMed | 
    
| BookMark | eNqNkU2LFDEYhBtZcT_0B3iRgBcvrUl60klfhN11V4UVQfQc3kne9GTtScYk4zL_3gwz6rigeEogTxVVldPmKMSATfOU0ZeMqf5VZlyJoaVMtkwo2ooHzQmbSdZyRsXRwf24Oc35llZQUfGoOeaqo5yK7qSx58RBLgSCJeicNx5DIatNWcRAJj9PkDbExUR8KJgcGB9GcufLgpQFkgsfpzh6AxP5AGPA4g35hDkGCAbJGyhALiB8fdw8dDBlfLI_z5ov11efL9-1Nx_fvr88v2nNTNLSCmksKqk61RsrJUo-U2jpAL0BiuA62hnbOQsWOlAw5xSFnfWU9U6hUrY7a_jOdx1WsLmDadKr5Je1gmZUbyfTu8l0XUJvJ9Oiil7vRKv1fInW1P4JfgsjeP3nS_ALPcbvVSp6rmg1eLE3SPHbGnPRS58NThMEjOusWa2k2CA7XtHn99DbuE6hblIpxdWgBs4q9eww0a8oP3-tAnIHmBRzTui08QWKj9uAfvpnWXZP-T8D7VfNlQ0jpoPQfxX9ACZNzAw | 
    
| CitedBy_id | crossref_primary_10_1039_D1RA03008F crossref_primary_10_1177_1934578X19849142 crossref_primary_10_1186_s13395_024_00368_w crossref_primary_10_1007_s10858_017_0126_5 crossref_primary_10_5194_mr_2_765_2021 crossref_primary_10_1093_database_baz088 crossref_primary_10_1007_s10858_018_0220_3 crossref_primary_10_1039_D0MO00176G  | 
    
| Cites_doi | 10.1021/ci00002a020 10.1093/nar/gkl971 10.1038/sdata.2016.18 10.1109/MCSE.2010.118 10.1093/nar/gkm957  | 
    
| ContentType | Journal Article | 
    
| Copyright | The Author(s). 2017 Copyright BioMed Central 2017  | 
    
| Copyright_xml | – notice: The Author(s). 2017 – notice: Copyright BioMed Central 2017  | 
    
| DBID | C6C AAYXX CITATION CGR CUY CVF ECM EIF NPM 3V. 7QO 7SC 7X7 7XB 88E 8AL 8AO 8FD 8FE 8FG 8FH 8FI 8FJ 8FK ABUWG AEUYN AFKRA ARAPS AZQEC BBNVY BENPR BGLVJ BHPHI CCPQU DWQXO FR3 FYUFA GHDGH GNUQQ HCIFZ JQ2 K7- K9. L7M LK8 L~C L~D M0N M0S M1P M7P P5Z P62 P64 PHGZM PHGZT PIMPY PJZUB PKEHL PPXIY PQEST PQGLB PQQKQ PQUKI PRINS Q9U 7X8 5PM ADTOC UNPAY  | 
    
| DOI | 10.1186/s12859-017-1580-5 | 
    
| DatabaseName | Springer Open Free CrossRef Medline MEDLINE MEDLINE (Ovid) MEDLINE MEDLINE PubMed ProQuest Central (Corporate) Biotechnology Research Abstracts Computer and Information Systems Abstracts Health & Medical Collection ProQuest Central (purchase pre-March 2016) Medical Database (Alumni Edition) Computing Database (Alumni Edition) ProQuest Pharma Collection Technology Research Database ProQuest SciTech Collection ProQuest Technology Collection ProQuest Natural Science Collection Hospital Premium Collection Hospital Premium Collection (Alumni Edition) ProQuest Central (Alumni) (purchase pre-March 2016) ProQuest Central (Alumni Edition) ProQuest One Sustainability ProQuest Central Advanced Technologies & Aerospace Collection ProQuest Central Essentials Biological Science Collection ProQuest Central Technology Collection Natural Science Collection ProQuest One Community College ProQuest Central Korea Engineering Research Database Proquest Health Research Premium Collection Health Research Premium Collection (Alumni) ProQuest Central Student SciTech Premium Collection (ProQuest) ProQuest Computer Science Collection Computer Science Database ProQuest Health & Medical Complete (Alumni) Advanced Technologies Database with Aerospace ProQuest Biological Science Collection Computer and Information Systems Abstracts  Academic Computer and Information Systems Abstracts Professional Computing Database Health & Medical Collection (Alumni Edition) Medical Database Biological Science Database Advanced Technologies & Aerospace Database ProQuest Advanced Technologies & Aerospace Collection Biotechnology and BioEngineering Abstracts ProQuest Central Premium ProQuest One Academic (New) Publicly Available Content Database ProQuest Health & Medical Research Collection ProQuest One Academic Middle East (New) ProQuest One Health & Nursing ProQuest One Academic Eastern Edition (DO NOT USE) ProQuest One Applied & Life Sciences ProQuest One Academic ProQuest One Academic UKI Edition ProQuest Central China ProQuest Central Basic MEDLINE - Academic PubMed Central (Full Participant titles) Unpaywall for CDI: Periodical Content Unpaywall  | 
    
| DatabaseTitle | CrossRef MEDLINE Medline Complete MEDLINE with Full Text PubMed MEDLINE (Ovid) Publicly Available Content Database Computer Science Database ProQuest Central Student ProQuest Advanced Technologies & Aerospace Collection ProQuest Central Essentials ProQuest Computer Science Collection Computer and Information Systems Abstracts SciTech Premium Collection ProQuest Central China ProQuest One Applied & Life Sciences ProQuest One Sustainability Health Research Premium Collection Natural Science Collection Health & Medical Research Collection Biological Science Collection ProQuest Central (New) ProQuest Medical Library (Alumni) Advanced Technologies & Aerospace Collection ProQuest Biological Science Collection ProQuest One Academic Eastern Edition ProQuest Hospital Collection ProQuest Technology Collection Health Research Premium Collection (Alumni) Biological Science Database ProQuest Hospital Collection (Alumni) Biotechnology and BioEngineering Abstracts ProQuest Health & Medical Complete ProQuest One Academic UKI Edition Engineering Research Database ProQuest One Academic ProQuest One Academic (New) Technology Collection Technology Research Database Computer and Information Systems Abstracts – Academic ProQuest One Academic Middle East (New) ProQuest Health & Medical Complete (Alumni) ProQuest Central (Alumni Edition) ProQuest One Community College ProQuest One Health & Nursing ProQuest Natural Science Collection ProQuest Pharma Collection ProQuest Central ProQuest Health & Medical Research Collection Biotechnology Research Abstracts Health and Medicine Complete (Alumni Edition) ProQuest Central Korea Advanced Technologies Database with Aerospace ProQuest Computing ProQuest Central Basic ProQuest Computing (Alumni Edition) ProQuest SciTech Collection Computer and Information Systems Abstracts Professional Advanced Technologies & Aerospace Database ProQuest Medical Library ProQuest Central (Alumni) MEDLINE - Academic  | 
    
| DatabaseTitleList | MEDLINE Publicly Available Content Database MEDLINE - Academic  | 
    
| Database_xml | – sequence: 1 dbid: C6C name: SpringerOpen url: http://www.springeropen.com/ sourceTypes: Publisher – sequence: 2 dbid: NPM name: PubMed url: https://proxy.k.utb.cz/login?url=http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=PubMed sourceTypes: Index Database – sequence: 3 dbid: EIF name: MEDLINE url: https://proxy.k.utb.cz/login?url=https://www.webofscience.com/wos/medline/basic-search sourceTypes: Index Database – sequence: 4 dbid: UNPAY name: Unpaywall url: https://proxy.k.utb.cz/login?url=https://unpaywall.org/ sourceTypes: Open Access Repository – sequence: 5 dbid: 8FG name: ProQuest Technology Collection url: https://search.proquest.com/technologycollection1 sourceTypes: Aggregation Database  | 
    
| DeliveryMethod | fulltext_linktorsrc | 
    
| Discipline | Biology | 
    
| EISSN | 1471-2105 | 
    
| EndPage | 175 | 
    
| ExternalDocumentID | 10.1186/s12859-017-1580-5 PMC5356280 28302053 10_1186_s12859_017_1580_5  | 
    
| Genre | Journal Article | 
    
| GrantInformation_xml | – fundername: Directorate for Biological Sciences grantid: 1252893 funderid: http://dx.doi.org/10.13039/100000076 – fundername: ; grantid: 1252893  | 
    
| GroupedDBID | --- 0R~ 23N 2WC 53G 5VS 6J9 7X7 88E 8AO 8FE 8FG 8FH 8FI 8FJ AAFWJ AAJSJ AAKPC AASML ABDBF ABUWG ACGFO ACGFS ACIHN ACIWK ACPRK ACUHS ADBBV ADMLS ADRAZ ADUKV AEAQA AENEX AEUYN AFKRA AFPKN AFRAH AHBYD AHMBA AHSBF AHYZX ALMA_UNASSIGNED_HOLDINGS AMKLP AMTXH AOIJS ARAPS AZQEC BAPOH BAWUL BBNVY BCNDV BENPR BFQNJ BGLVJ BHPHI BMC BPHCQ BVXVI C6C CCPQU CS3 DIK DU5 DWQXO E3Z EAD EAP EAS EBD EBLON EBS EJD EMB EMK EMOBN ESX F5P FYUFA GNUQQ GROUPED_DOAJ GX1 H13 HCIFZ HMCUK HYE IAO ICD IHR INH INR ISR ITC K6V K7- KQ8 LK8 M1P M48 M7P MK~ ML0 M~E O5R O5S OK1 OVT P2P P62 PGMZT PHGZM PHGZT PIMPY PJZUB PPXIY PQGLB PQQKQ PROAC PSQYO PUEGO RBZ RNS ROL RPM RSV SBL SOJ SV3 TR2 TUS UKHRP W2D WOQ WOW XH6 XSB AAYXX CITATION -A0 3V. ACRMQ ADINQ ALIPV C24 CGR CUY CVF ECM EIF M0N NPM 7QO 7SC 7XB 8AL 8FD 8FK FR3 JQ2 K9. L7M L~C L~D P64 PKEHL PQEST PQUKI PRINS Q9U 7X8 5PM 123 2VQ 4.4 ADTOC AFFHD C1A IPNFZ RIG UNPAY  | 
    
| ID | FETCH-LOGICAL-c470t-57cde878386cd77e7248ed09a6ca0eaf303cd3fdada3a8ab20e5d46016f8e88d3 | 
    
| IEDL.DBID | M48 | 
    
| ISSN | 1471-2105 | 
    
| IngestDate | Wed Oct 29 12:06:44 EDT 2025 Tue Sep 30 16:16:35 EDT 2025 Fri Sep 05 10:30:08 EDT 2025 Tue Oct 07 05:34:23 EDT 2025 Wed Feb 19 02:01:14 EST 2025 Wed Oct 01 04:15:29 EDT 2025 Thu Apr 24 23:00:00 EDT 2025 Sat Sep 06 07:27:16 EDT 2025  | 
    
| IsDoiOpenAccess | true | 
    
| IsOpenAccess | true | 
    
| IsPeerReviewed | true | 
    
| IsScholarly | true | 
    
| Issue | 1 | 
    
| Keywords | nmrstarlib JSON Nuclear magnetic resonance Biological Magnetic Resonance Bank NMR-STAR Python  | 
    
| Language | English | 
    
| License | Open AccessThis article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated. cc-by  | 
    
| LinkModel | DirectLink | 
    
| MergedId | FETCHMERGED-LOGICAL-c470t-57cde878386cd77e7248ed09a6ca0eaf303cd3fdada3a8ab20e5d46016f8e88d3 | 
    
| Notes | ObjectType-Article-1 SourceType-Scholarly Journals-1 ObjectType-Feature-2 content type line 14 content type line 23  | 
    
| OpenAccessLink | http://journals.scholarsportal.info/openUrl.xqy?doi=10.1186/s12859-017-1580-5 | 
    
| PMID | 28302053 | 
    
| PQID | 1882898921 | 
    
| PQPubID | 44065 | 
    
| PageCount | 1 | 
    
| ParticipantIDs | unpaywall_primary_10_1186_s12859_017_1580_5 pubmedcentral_primary_oai_pubmedcentral_nih_gov_5356280 proquest_miscellaneous_1878819732 proquest_journals_1882898921 pubmed_primary_28302053 crossref_citationtrail_10_1186_s12859_017_1580_5 crossref_primary_10_1186_s12859_017_1580_5 springer_journals_10_1186_s12859_017_1580_5  | 
    
| ProviderPackageCode | CITATION AAYXX  | 
    
| PublicationCentury | 2000 | 
    
| PublicationDate | 2017-03-17 | 
    
| PublicationDateYYYYMMDD | 2017-03-17 | 
    
| PublicationDate_xml | – month: 03 year: 2017 text: 2017-03-17 day: 17  | 
    
| PublicationDecade | 2010 | 
    
| PublicationPlace | London | 
    
| PublicationPlace_xml | – name: London – name: England  | 
    
| PublicationSubtitle | BMC series – open, inclusive and trusted | 
    
| PublicationTitle | BMC bioinformatics | 
    
| PublicationTitleAbbrev | BMC Bioinformatics | 
    
| PublicationTitleAlternate | BMC Bioinformatics | 
    
| PublicationYear | 2017 | 
    
| Publisher | BioMed Central Springer Nature B.V  | 
    
| Publisher_xml | – name: BioMed Central – name: Springer Nature B.V  | 
    
| References | 1580_CR16 1580_CR4 1580_CR15 1580_CR14 1580_CR2 G Van Rossum (1580_CR5) 2010 1580_CR13 MD Wilkinson (1580_CR19) 2016; 3 1580_CR9 1580_CR12 1580_CR8 1580_CR7 1580_CR10 1580_CR6 S Behnel (1580_CR11) 2011; 13 1580_CR18 1580_CR17 SR Hall (1580_CR3) 1991; 31 1580_CR1 26978244 - Sci Data. 2016 Mar 15;3:160018 17984079 - Nucleic Acids Res. 2008 Jan;36(Database issue):D402-8 17142228 - Nucleic Acids Res. 2007 Jan;35(Database issue):D301-3  | 
    
| References_xml | – ident: 1580_CR13 – ident: 1580_CR14 – volume: 31 start-page: 326 issue: 2 year: 1991 ident: 1580_CR3 publication-title: J Chem Inf Model doi: 10.1021/ci00002a020 – ident: 1580_CR12 – ident: 1580_CR10 – ident: 1580_CR16 – ident: 1580_CR2 doi: 10.1093/nar/gkl971 – ident: 1580_CR15 – ident: 1580_CR17 – ident: 1580_CR18 – volume: 3 start-page: 160018 year: 2016 ident: 1580_CR19 publication-title: Sci Data doi: 10.1038/sdata.2016.18 – start-page: 1 volume-title: The Python Library Reference year: 2010 ident: 1580_CR5 – volume: 13 start-page: 31 issue: 2 year: 2011 ident: 1580_CR11 publication-title: Comput Sci Eng doi: 10.1109/MCSE.2010.118 – ident: 1580_CR4 – ident: 1580_CR6 – ident: 1580_CR9 – ident: 1580_CR1 doi: 10.1093/nar/gkm957 – ident: 1580_CR7 – ident: 1580_CR8 – reference: 17984079 - Nucleic Acids Res. 2008 Jan;36(Database issue):D402-8 – reference: 17142228 - Nucleic Acids Res. 2007 Jan;35(Database issue):D301-3 – reference: 26978244 - Sci Data. 2016 Mar 15;3:160018  | 
    
| SSID | ssj0017805 | 
    
| Score | 2.2650995 | 
    
| Snippet | Background
The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological... The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological macromolecules.... Background The Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological... BACKGROUNDThe Biological Magnetic Resonance Data Bank (BMRB) is a public repository of Nuclear Magnetic Resonance (NMR) spectroscopic data of biological...  | 
    
| SourceID | unpaywall pubmedcentral proquest pubmed crossref springer  | 
    
| SourceType | Open Access Repository Aggregation Database Index Database Enrichment Source Publisher  | 
    
| StartPage | 175 | 
    
| SubjectTerms | Algorithms Archives & records Bioinformatics Biological properties Biomedical and Life Sciences C plus plus Chemical equilibrium Computational Biology/Bioinformatics Computer Appl. in Life Sciences Data banks Data structures Databases, Factual Dictionaries Documentation Equivalence Extensible Markup Language Format Interfaces JavaScript Libraries Life Sciences Macromolecules Magnetic Resonance Spectroscopy Microarrays NMR Nuclear magnetic resonance Programming languages Python Results and data Software  | 
    
| SummonAdditionalLinks | – databaseName: ProQuest Central dbid: BENPR link: http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwhZ3daxQxEMCHekWsD8XPurZKBJ8sodlNdpN7EGltSxF6iFjo2zKbZKt47J29PeT-ezP7ZY9i-7zZZLMzSSYzyW8A3stEY1iHHYUGPVfoPTexLXhSxAQKkMXY0UbxfJKdXagvl-nlBkz6uzB0rLKfE5uJ2s0s-cgPYkN7AzNO4k_z35yyRlF0tU-hgV1qBfexQYw9gM2EyFgj2Dw6mXz9NsQViODfxTZjkx0sYuK3cZqp49QInq6vTrdMztsnJ4fw6WN4tKzmuPqD0-mNFer0CWx3piU7bHXhKWz46hk8bJNNrp6DO2QlLmqGlWO-AUeE2tl8RfAA1jlzWDBhGREkrku0oUFGbloWbETWVkMSZed4VdHVR0auf-J1eHaMNbIjrH69gIvTk--fz3iXY4FbpUXNU22dN9pIk1mntdeJMt6JMWYWhccyrHDWydKhQ4kGi0T41CliuJTGG-PkSxhVs8q_AiZFERfS2TGqYOaIpFAetbLBwvGq1GkSgej_bW47ADnlwZjmzUbEZHkrjjyIIydx5GkEH4ZX5i19467Ce73A8m4gLvJ_ahPBu-FxGEIUF8HKz5ZUhpj6hC2KYKeV79Baw0cLE1UEek3yQwHCc68_qX7-aDDdqQy2pRER7Pc6cuOz_t-J_UGN7u_y67u7vAtbCek2HT_UezCqr5f-TbCh6uJtNzD-AswXGdg priority: 102 providerName: ProQuest – databaseName: Springer Open Free dbid: C6C link: http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwlZ3Lb9QwEIdHpRUCDqg8CoG2MhInqggndmLvsRSqqlI5Uam3aGJPoOrKXXWzQvvf40my0a7KQ5zjR5KxPT977M8A71VuMPphz6FBSjUSpTZzdZrXGYMCVD3xPFG8-FqeXerzq-JqgEXzWZj1-H1my4_zjAlrKY-lWWFlWjyAneijyi4uW56MAQNG8w9By99m23Q797Tk_S2RY1z0CTxahBkuf-J0uuZ6Tnfh6aAZxXFv5GewReE5POxvkVy-AH8sGpy3AoMX1BEhYulitmQqgBhWaUTUpoLREHcNulih4PVXEcWf6IthU4kL_B74TKPgNX0GcZD4jC2KTxhuXsLl6ZdvJ2fpcHlC6rSRbVoY58kaq2zpvDFkcm3JywmWDiVhE12X86rx6FGhxTqXVHjNcJbGkrVe7cF2uA30GoSSdVYr7yaoo36Rea0JjXZRupBuTJEnIFf_tnIDWZwvuJhW3QzDllVvjiqao2JzVEUCH8Yssx6r8bfE-yuDVUMPm1eZ5bmineRZAu_Gx7FvcMADA90uOA3D8plHlMCr3r5jbR34LI5ACZgNy48JmLu9-SRc_-j424WKotHKBI5WbWTttf78EUdjM_r3J7_5r7LfwuOcmzpvMzT7sN3eLeggaqW2Pux6yS8vNQu4 priority: 102 providerName: Springer Nature – databaseName: Unpaywall dbid: UNPAY link: http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwrZ1Zb9QwEIBHZStE-8BdCBRkJJ6oss3l2Pu4HFWF1MIDK5WnaHyEVrvNRt2squXX48mlXcohJN4i2Y4zztie8difAV7HkUA3DxsKDVo_QWt9GWrlRyokUECsRoYcxZPT9HiSfDzjZ1vwqTsLoy61upi30FACFQ_Xj6HP6rHbPejpYWnypsvL9HAREofNpxE35DLw-S3YTrkzzgewPTn9PP5anzESoe8cHN7GNn9ZbnN2umFy3tw52YdPd-HOsihxdY2z2doMdXQPyk62ZmPKdLis1FB__wn7-B-Fvw93W2uWjRv1ewBbtngIt5v7LVePwIxZjouKYWGYrVkVrgpWrohXwNr1I-Y-gxG04ipH7WRktDLMnFnKmteQErET_FbQaUtG0QZChFj2Hitkb7GYPobJ0Ycv74799loHXyciqHwutLFSyFim2ghhRZRIa4IRphoDi7mbVLWJc4MGY5SoosBykxA2JpdWShPvwaCYF_YpsDhQoYqNHmHiLKsgUolFkWhnVNkkFzzyIOh-Z6Zb5jldvTHLat9HplnTeJlrvIwaL-MevOmLlA3w40-Z9zsdydq-v8hCSV6sHEWhB6_6ZNdrKRSDhZ0vKQ9h_ImU5MGTRqX62mokmxsbPRAbytZnICL4ZkpxcV6TwXnszFkZeHDQqeXaZ_1eiINec_8u8rN_yv0cdiJSTNoAKfZhUF0t7QtnxVXqZdszfwDbC0Iw priority: 102 providerName: Unpaywall  | 
    
| Title | A fast and efficient python library for interfacing with the Biological Magnetic Resonance Data Bank | 
    
| URI | https://link.springer.com/article/10.1186/s12859-017-1580-5 https://www.ncbi.nlm.nih.gov/pubmed/28302053 https://www.proquest.com/docview/1882898921 https://www.proquest.com/docview/1878819732 https://pubmed.ncbi.nlm.nih.gov/PMC5356280 https://bmcbioinformatics.biomedcentral.com/track/pdf/10.1186/s12859-017-1580-5  | 
    
| UnpaywallVersion | publishedVersion | 
    
| Volume | 18 | 
    
| hasFullText | 1 | 
    
| inHoldings | 1 | 
    
| isFullTextHit | |
| isPrint | |
| journalDatabaseRights | – providerCode: PRVADU databaseName: BioMed Central Open Access Free customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: RBZ dateStart: 20000101 isFulltext: true titleUrlDefault: https://www.biomedcentral.com/search/ providerName: BioMedCentral – providerCode: PRVAFT databaseName: Open Access Digital Library customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: KQ8 dateStart: 20000101 isFulltext: true titleUrlDefault: http://grweb.coalliance.org/oadl/oadl.html providerName: Colorado Alliance of Research Libraries – providerCode: PRVAFT databaseName: Open Access Digital Library customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: KQ8 dateStart: 20000701 isFulltext: true titleUrlDefault: http://grweb.coalliance.org/oadl/oadl.html providerName: Colorado Alliance of Research Libraries – providerCode: PRVAON databaseName: Directory of Open Access Journals customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: DOA dateStart: 20000101 isFulltext: true titleUrlDefault: https://www.doaj.org/ providerName: Directory of Open Access Journals – providerCode: PRVEBS databaseName: EBSCOhost Academic Search Ultimate customDbUrl: https://search.ebscohost.com/login.aspx?authtype=ip,shib&custid=s3936755&profile=ehost&defaultdb=asn eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: ABDBF dateStart: 20000101 isFulltext: true titleUrlDefault: https://search.ebscohost.com/direct.asp?db=asn providerName: EBSCOhost – providerCode: PRVEBS databaseName: Inspec with Full Text customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: false ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: ADMLS dateStart: 20000101 isFulltext: true titleUrlDefault: https://www.ebsco.com/products/research-databases/inspec-full-text providerName: EBSCOhost – providerCode: PRVBFR databaseName: Free Medical Journals customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: DIK dateStart: 20000101 isFulltext: true titleUrlDefault: http://www.freemedicaljournals.com providerName: Flying Publisher – providerCode: PRVFQY databaseName: GFMER Free Medical Journals customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: GX1 dateStart: 0 isFulltext: true titleUrlDefault: http://www.gfmer.ch/Medical_journals/Free_medical.php providerName: Geneva Foundation for Medical Education and Research – providerCode: PRVHPJ databaseName: ROAD: Directory of Open Access Scholarly Resources customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: M~E dateStart: 20000101 isFulltext: true titleUrlDefault: https://road.issn.org providerName: ISSN International Centre – providerCode: PRVAQN databaseName: PubMed Central customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: RPM dateStart: 20000101 isFulltext: true titleUrlDefault: https://www.ncbi.nlm.nih.gov/pmc/ providerName: National Library of Medicine – providerCode: PRVPQU databaseName: ProQuest Central (New) customDbUrl: http://www.proquest.com/pqcentral?accountid=15518 eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: BENPR dateStart: 20090101 isFulltext: true titleUrlDefault: https://www.proquest.com/central providerName: ProQuest – providerCode: PRVPQU databaseName: ProQuest Health & Medical Collection customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: 7X7 dateStart: 20090101 isFulltext: true titleUrlDefault: https://search.proquest.com/healthcomplete providerName: ProQuest – providerCode: PRVPQU databaseName: ProQuest Technology Collection customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: 8FG dateStart: 20090101 isFulltext: true titleUrlDefault: https://search.proquest.com/technologycollection1 providerName: ProQuest – providerCode: PRVFZP databaseName: Scholars Portal Journals: Open Access customDbUrl: eissn: 1471-2105 dateEnd: 20250131 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: M48 dateStart: 20000701 isFulltext: true titleUrlDefault: http://journals.scholarsportal.info providerName: Scholars Portal – providerCode: PRVAVX databaseName: HAS SpringerNature Open Access 2022 customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: AAJSJ dateStart: 20001201 isFulltext: true titleUrlDefault: https://www.springernature.com providerName: Springer Nature – providerCode: PRVAVX databaseName: SpringerOpen customDbUrl: eissn: 1471-2105 dateEnd: 99991231 omitProxy: true ssIdentifier: ssj0017805 issn: 1471-2105 databaseCode: C6C dateStart: 20000112 isFulltext: true titleUrlDefault: http://www.springeropen.com/ providerName: Springer Nature  | 
    
| link | http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwjV1Zj9MwEB7tIQQ8IG4CS2UkxAOrQA4ndh4Q6pYtq0qtVkCl8hRNbAcQVbbbpoL-ezy52GqX4yWRYseOPTOeGY_zDcDzMBBo9bCm0KBxORrjSl9lbpD5BBQQZokmR3E8iU-mfDSLZjvQRs-bCVxd6dpRPqnpcv7q5_nmrRX4N5XAy_j1yicUNpfWWz-Snhu9WJy7lFeK4q9Nko1d2Le6K6HkDmP-O85AiP5NrPPKlra11SUT9PJJyi6cehOur4sFbn7gfH5BYw1vw63G1GT9mjfuwI4p7sK1Ovnk5h7oPstxVTIsNDMVkIRtnS02BCbAms0dZk1aRogSyxyV7ZDRti2zNiOrmyEKszF-KehXSEahAMLvMOwdlsiOsPh-H6bD40-DE7fJueAqLrzSjYTSRgoZylhpIYwIuDTaSzBW6BnMrcZTOsw1agxRYhZ4JtKcMF1yaaTU4QPYK84K8whY6GV-FmqVILdmjxdk3KDgylo8huciChzw2rlNVQNITnkx5mnlmMg4rcmRWnKkRI40cuBl98qiRuP4W-WDlmBpy1epL8nFlEngO_CsK7YiRXESLMzZmuoQxj7BGDnwsKZv11uFl2YXLgfEFuW7CgTXvV1SfPtawXZHobU1pefAYcsjFz7rz4M47Njo30N-_B9jegI3AmJwOpMoDmCvXK7NU2tYlVkPdsVM2Kscvu_Bfr8_-jiy96PjyekH-3QQD3rVlkWvkiFbMp2c9j__AqU6KEk | 
    
| linkProvider | Scholars Portal | 
    
| linkToHtml | http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV1Lb9QwEB6VItRyQLwJFDASXKiiJrYTew8IFUq1pd2eWmlvYWI7ULHKLt2sqv1T_EY8edFVRTn1bMeOPW-P_Q3AW8EVejtsKTXoQonOhTo2ecjzmIACRD6wFCiOjtPhqfw6TsZr8Lt7C0PXKjudWCtqOzV0Rr4Ta4oN9IDHH2e_QqoaRdnVroRGwxaHbnnhQ7b5h4M9T993nO9_Ofk8DNuqAqGRKqrCRBnrtNJCp8Yq5RSX2tlogKnByGHhdbqxorBoUaDGnEcusZJQSwrttLbCj3sLbkvhdYmXHzXuA7yY6gO0mdNYpzvzmNDhQrIDcaKjMFm1fVcc2qv3Mvvk7F3YWJQzXF7gZHLJ_u3fh3ut48p2G057AGuufAh3mlKWy0dgd1mB84phaZmrYSn86Gy2JGgC1h4VMe8gM8KnOC_Q-AkZHQIz74GyZhjiFzbC7yU9rGSUWCA0EMf2sEL2Ccufj-H0Rvb6CayX09I9AyaiPM6FNQOU3omKeC4dKmm8_-RkoRIeQNTtbWZaeHOqsjHJ6jBHp1lDjsyTIyNyZEkA7_tPZg22x3WdtzqCZa2Yz7O_TBnAm77ZCyhlXbB00wX1IcR-AkUK4GlD3362Gn3Nq8EA1Arl-w4E_r3aUp79qEHAE-E9Vx0FsN3xyKXf-vcitns2-v-Sn1-_5NewMTwZHWVHB8eHL2CTE5_TRUe1BevV-cK99N5alb-qRYTBt5uWyT_P0lHf | 
    
| linkToPdf | http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwlV1Jb9QwFH6CIrYDYisEChiJE1VUJ3Ziz7FMGZWlFQcq9Wa92A6gjtxRJyM0_x6_bOqoLOLsLc5n-332s78H8EbkCqMdduQa9KlE71Od2SrNq4yEAkQ1cbRRPDouD0_kx9PitI9zuhxuuw8uye5NA6k0hWZv4epuiutyb5mR7lpKK2xWaJ4W1-GGjMaNQhhMy-noRiDB_t6V-dtim8boCsO8elFy9JbehdursMD1T5zPLxmk2X241zNJtt9B_wCu-fAQbnaxJdePwO2zGpcNw-CYb3UiYu1ssSatANaf3bDIWBkJRlzUaGODjE5lWaSErKuGAGRH-C3QS0dGJ_0kz-HZATbI3mE4ewwns_dfp4dpH1IhtVLxJi2UdV4rLXRpnVJe5VJ7xydYWuQe62jQrBO1Q4cCNVY594WTJNlSa6-1E9uwFc6DfwpM8CqrhLMTlJHV8LySHpW0kdB4WasiT4AP_9bYXm-cwl7MTbvv0KXp4DARDkNwmCKBt2ORRSe28bfMOwNgpp93S5Np2kHqSZ4l8HpMjjOG3CAY_PmK8pCEPqkUJfCkw3dsrZVDi-tSAmoD-TEDqXFvpoQf31tV7kJEKql5ArvDGLn0WX_uxO44jP7d5Wf_VfcruPXlYGY-fzj-9Bzu5DTq6R6i2oGt5mLlX0Qy1VQv2wnzC7ZXFu4 | 
    
| linkToUnpaywall | http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwrZ1Zb9QwEIBHZStE-8BdCBRkJJ6oss3l2Pu4HFWF1MIDK5WnaHyEVrvNRt2squXX48mlXcohJN4i2Y4zztie8difAV7HkUA3DxsKDVo_QWt9GWrlRyokUECsRoYcxZPT9HiSfDzjZ1vwqTsLoy61upi30FACFQ_Xj6HP6rHbPejpYWnypsvL9HAREofNpxE35DLw-S3YTrkzzgewPTn9PP5anzESoe8cHN7GNn9ZbnN2umFy3tw52YdPd-HOsihxdY2z2doMdXQPyk62ZmPKdLis1FB__wn7-B-Fvw93W2uWjRv1ewBbtngIt5v7LVePwIxZjouKYWGYrVkVrgpWrohXwNr1I-Y-gxG04ipH7WRktDLMnFnKmteQErET_FbQaUtG0QZChFj2Hitkb7GYPobJ0Ycv74799loHXyciqHwutLFSyFim2ghhRZRIa4IRphoDi7mbVLWJc4MGY5SoosBykxA2JpdWShPvwaCYF_YpsDhQoYqNHmHiLKsgUolFkWhnVNkkFzzyIOh-Z6Zb5jldvTHLat9HplnTeJlrvIwaL-MevOmLlA3w40-Z9zsdydq-v8hCSV6sHEWhB6_6ZNdrKRSDhZ0vKQ9h_ImU5MGTRqX62mokmxsbPRAbytZnICL4ZkpxcV6TwXnszFkZeHDQqeXaZ_1eiINec_8u8rN_yv0cdiJSTNoAKfZhUF0t7QtnxVXqZdszfwDbC0Iw | 
    
| openUrl | ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=A+fast+and+efficient+python+library+for+interfacing+with+the+Biological+Magnetic+Resonance+Data+Bank&rft.jtitle=BMC+bioinformatics&rft.au=Smelter%2C+Andrey&rft.au=Astra%2C+Morgan&rft.au=Moseley%2C+Hunter+N+B&rft.date=2017-03-17&rft.eissn=1471-2105&rft.volume=18&rft.issue=1&rft.spage=175&rft.epage=175&rft_id=info:doi/10.1186%2Fs12859-017-1580-5&rft.externalDBID=NO_FULL_TEXT | 
    
| thumbnail_l | http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/lc.gif&issn=1471-2105&client=summon | 
    
| thumbnail_m | http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/mc.gif&issn=1471-2105&client=summon | 
    
| thumbnail_s | http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/sc.gif&issn=1471-2105&client=summon |