Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# De Novo Chem
|
| 2 |
+
|
| 3 |
+
**[denovochem.com](https://denovochem.com)**
|
| 4 |
+
|
| 5 |
+
De Novo Chem LLC is a small business based in Glendale, Arizona. We build SaguaroChem, an affordable synthesis literature search tool for researchers who don't have institutional access to enterprise databases like Reaxys or SciFinder.
|
| 6 |
+
|
| 7 |
+
## SaguaroChem
|
| 8 |
+
|
| 9 |
+
SaguaroChem is our flagship product — a web-based chemical reaction and structure search database covering peer-reviewed literature and patents. Search by substructure, similarity, or exact match, or query by reaction and bibliographic metadata. Results include full experimental context: stepwise procedures, conditions, yields, and source passages.
|
| 10 |
+
|
| 11 |
+
→ **[Try SaguaroChem](https://denovochem.com/saguarochem)**
|
| 12 |
+
|
| 13 |
+
## Open-Source Tools
|
| 14 |
+
|
| 15 |
+
We also maintain a couple of open-source cheminformatics libraries. These aren't products — they're tools we built for our own work that we thought others might find useful.
|
| 16 |
+
|
| 17 |
+
- **[ChollaChem](https://github.com/denovochem/cholla_chem)** — Python library for converting chemical names to SMILES. Integrates multiple resolvers, corrects OCR artifacts and typos, and handles edge cases like inorganic shorthand and peptide notation.
|
| 18 |
+
- **[AgaveChem](https://github.com/denovochem/agave_chem)** — Python library for atom-to-atom mapping of chemical reactions. Combines a neural mapper (fine-tuned ALBERT trained on ~1M USPTO reactions) with deterministic MCS and template-based methods in a composable pipeline.
|
| 19 |
+
- **[rdchiral_plus](https://github.com/denovochem/rdchiral_plus)** — A fork of the popular [rdchiral](https://github.com/connorcoley/rdchiral) library, which is used to generate accurate stereochemical outcomes for rdkit reactions. rdchiral-plus shows improvements in both the speed and correctness compared to the base library.
|
| 20 |
+
|
| 21 |
+
## Contact
|
| 22 |
+
|
| 23 |
+
- Website: [denovochem.com](https://denovochem.com)
|
| 24 |
+
- Email: contact@denovochem.com
|