Skip to content

Commit 1fd36b4

Browse files
2 parents 445f6cb + fece213 commit 1fd36b4

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

AUTHORS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The project has one author, me! Caroline Collins.
2+
I am a Master's student doing Scientific Programming on the Master's Systems Biology at Maastricht University.
3+
( https://www.maastrichtuniversity.nl/education/master/master-systems-biology )
4+
Some details of the code were provided by the Course Supervisor Egon Willighagen.
5+
His github ID is egonw.

COLLABORATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Welcome to my repository.
2+
This is an exercise in reuseability (US spelling is apparently reusability, but I can't help that)
3+
If you want to contribute, or suggest improvements to my feeble beginner's code,
4+
please feel free.
5+
I love constructive feedback!
6+
(can you imagine my joy on learning about `backticks`?)

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
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
25

3-
https://carolinecollins.github.io/Assignment-2-MSB1015/Reuseable-Wiener.html
6+
[Reuseable Wiener](https://carolinecollins.github.io/Assignment-2-MSB1015/Reuseable-Wiener.html)
47

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.
610

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)
912

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.
1216

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.
1426
If you have any comments I'd be happy to hear them, just get in touch.

0 commit comments

Comments
 (0)