GithubHelp home page GithubHelp logo

eliochen / ochem-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doyle-lab-ucla/ochem-data

0.0 0.0 0.0 11.86 MB

published organic chemistry data. This is a fork of original repo (link below). Automatically pulled by bot.

Home Page: https://github.com/beef-broccoli/ochem-data

License: Creative Commons Attribution 4.0 International

Jupyter Notebook 100.00%

ochem-data's Introduction

ochem-data

This repo compiles published organic chemistry data, including raw data and calculated descriptor sets for molecules and reactions.

File structure:

Each folder contains one reaction (see publication list for details).

Every reaction folder was divided into two sub-folders:

  • mols: a list of molecules categorized by reaction roles)
  • rxns: a list of reaction entries with multiple reaction components and yield).

Reading data directly from this repo

import pandas as pd

REPO_PATH = 'https://raw.githubusercontent.com/beef-broccoli/ochem-data/main/'
FP = 'deoxyF/paper-dft/train.csv'  # change this  
df = pd.read_csv(REPO_PATH + FP)

# do things with df...

Each subfolder (ohe, mol2vec, mordred...) includes different descriptor encodings for the list of molecules or reaction entries

Publications for reaction data:

deoxyF

Vbur

CN

asym_epox

CHaryl-1

kraken

nib

Publications/resources for descriptor sets:

ochem-data's People

Contributors

beef-broccoli avatar

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.