Coder Social home page Coder Social logo

mobleylab / guthriesolv Goto Github PK

View Code? Open in Web Editor NEW
30.0 6.0 8.0 4.43 MB

Experimental small molecule hydration free energy dataset

License: Creative Commons Attribution 4.0 International

Python 100.00%
free-energies hydration solvation experimental-data water experimental-values database

guthriesolv's People

Contributors

cthoyt avatar davidlmobley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

guthriesolv's Issues

Switch from CSV to TSV

There are a few major issues with CSV files:

  1. Commas may pop up inside data, which means cells need to be quoted
  2. There are many different flavors of quoting schemes. This is very difficult to convey
  3. Commas themselves create a huge amount of noise when reading a CSV document

TSV uses tabs instead of commas and has none of these problems as tabs should not be in the data itself.

I think it should be possible to directly import and export the table through pandas.

Set up travis-CI testing

Should set up tests that attempt to process the main csv file and (possibly) ensure that all the SMILES can be processed and convert to the specified names

Need description of columns and values in columns

Right now it's pretty hard to figure out what's actually in the database - it would be great to have an explanation of what each column is in the README as well as the kinds of data that might be in each (especially the categorical fields, like for the measurement types)

Use standard identifiers for references

Typically, people expect DOIs, PubMed identifiers (PMIDs), or arXiv identifiers for publications. The bibliography in this repository is a bit old school, which means that the provenance information associated with each row of the database isn't really machine-readable nor actionable. It would be a great contribution if someone could untangle all of the references in https://github.com/MobleyLab/GuthrieSolv/blob/master/guthrie_references_and_status.csv and replace them with DOIs or PMIDs.

Mentorship opportunity

@davidlmobley I was thinking of how I would go about cleaning up/exploring the data in this repo now that there's a little infrastructure, but it occurred to me that this would be an excellent opportunity to mentor an excellent undergraduate or green graduate student on how practical data science goes (beyond using the iris dataset ๐Ÿ˜†) and a bit of machine learning. Let me know if someone immediately comes to mind, otherwise I will continue taking a crack at it myself

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.