|
1 |
| -Welcome to the repository of Assignment 2, where I have employed Github pages, Rmarkdown, SPARQL queries, the WikiData and CDK databases and multivariate statistics (PLS) to do some Computational chemistry. Visit the report page at |
| 1 | +### This Project |
| 2 | +Welcome to the repository of Assignment 2, where I have employed Github pages, Rmarkdown, |
| 3 | +SPARQL queries, the WikiData and CDK databases and multivariate statistics (PLS) to do some Computational chemistry. |
| 4 | +Visit the report page at |
2 | 5 |
|
3 |
| -https://carolinecollins.github.io/Assignment-2-MSB1015/Reuseable-Wiener.html |
| 6 | +[Reuseable Wiener](https://carolinecollins.github.io/Assignment-2-MSB1015/Reuseable-Wiener.html) |
4 | 7 |
|
5 |
| -to see how I built two models, one knowledge- and one data-driven, to predict the boiling points of alkanes from descriptors of their structural chemistry. |
| 8 | +to see how I built two models, one knowledge- and one data-driven, to predict the boiling points of |
| 9 | +alkanes from descriptors of their structural chemistry. |
6 | 10 |
|
7 |
| -As a prerequisite, this notebook needs a certain Wikidata query R package which you can find here: |
8 |
| -https://github.com/bearloga/WikidataQueryServiceR |
| 11 | +As a prerequisite, this notebook needs a certain [Wikidata query R package which you can find here.](https://github.com/bearloga/WikidataQueryServiceR) |
9 | 12 |
|
10 |
| -This assignment was part of weeks 4 and 5 of Scientific Programming on the Master's Systems Biology at Maastricht University. |
11 |
| -( https://www.maastrichtuniversity.nl/education/master/master-systems-biology ) |
| 13 | +### Input - Output |
| 14 | +A SPARQL query gets SMILEs molecule strings which are then evaluated in CDK, obtaining numeric descriptors |
| 15 | +which are then used as input to a model which predicts the molecules' boiling points. |
12 | 16 |
|
13 |
| -You are welcome to reuse my code, reuseability was, after all the main focus of this assignment. |
| 17 | +### Reuseable |
| 18 | +By altering the SPARQL query you can reuse this code `Reuseable Wiener.Rmd` to predict different properties of different molecules. |
| 19 | + |
| 20 | +### Scientific Programming |
| 21 | +This assignment was part of weeks 4 and 5 of Scientific Programming |
| 22 | +on the [Master's Systems Biology at Maastricht University.](https://www.maastrichtuniversity.nl/education/master/master-systems-biology) |
| 23 | +The Course Coordinator is Egon Willighagen. Some of the templates employed come from his github at egonw. |
| 24 | + |
| 25 | +You are welcome to reuse my code, reuseability was, after all, the main focus of this assignment. |
14 | 26 | If you have any comments I'd be happy to hear them, just get in touch.
|
0 commit comments