Code Monkey home page Code Monkey logo

assignment2_scientificcomputing's Introduction

assignment2_ScientificComputing

Scientific programming course. Assignment 2 about multivariate statistics

Copywright This project is part of Scientific programming assignment developed by authors below which is released under MIT license. © 2011 Dara Akdag All Rights Reserved

Authors list

Dara Sevkan Akdag. Maastricht university Systems Biology M.Sc.

Compile and execution suggestions

The jupyter notebook can be executed in your web browser after jupyter notebook has been succesfully installed. Installation guide can be found at: http://jupyter.org/install The kernel used to execute the notebook is based on an anaconda distribution of python 3. Anaconda is a package handler which is great for installing libraries. https://conda.io/docs/user-guide/install/index.html

Data

The descriptors matrix was computed based on variables from PubChemAid 624202. The study is called "QHTS Assay To Identify Small Molecule Activators Of BRCA1 Expression". Reference: National Center for Biotechnology Information. PubChem BioAssay Database; AID=624202, https://pubchem.ncbi.nlm.nih.gov/bioassay/624202 (accessed Oct. 5, 2018).

Pipeline

The pipeline of the notebook is split in 3 main parts.

  • Data preparation (removing NaNs and making sure activity scores are associated with the correct descriptor entries)
  • Data exploration (Boxplot, heatmap and PCA.)
  • Data analysis (PLS with cross validation, Ridge regression, Lasso regression and elastic net).

Next step could be to apply forward feature selection. I did some preliminary feature selection but without any luck, so I removed it from the analysis.

Expected output

The expected output can be viewed the the jupyter notebook which is uploaded. You should be able to get a descriptor matrix which contain the activity scores. And all analyses should be available once the appropriate libraries are installed.

Libraries

Pandas http://pandas.pydata.org/pandas-docs/stable/api.html Numpy http://www.numpy.org/ Scikit learn packages: http://scikit-learn.org/stable/# Matplotlib https://matplotlib.org/ Seaborn https://seaborn.pydata.org/

assignment2_scientificcomputing's People

Contributors

bawiz avatar

Watchers

James Cloos avatar

assignment2_scientificcomputing's Issues

Future: more structured

While there is sufficient code comments, the overall outcome can be more structured. Given that you have a Jupyter notebook, you did not take full advantage of the options that offers, and limited yourself to just an occasional header. You can use the notebook to reflect better to capture the design of the experiment, and not only the implementation.

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.