Coder Social home page Coder Social logo

quantitative-biology's Introduction

Quantitative Biology ๐Ÿง‘โ€โš•๏ธ

Folder Structure

โ”œโ”€โ”€ ATP_Interactions
โ”‚ย ย  โ”œโ”€โ”€ Script.py
โ”‚ย ย  โ””โ”€โ”€ train.data
โ”œโ”€โ”€ AntiFungal_Peptides
โ”‚ย ย  โ”œโ”€โ”€ AAC_test.csv
โ”‚ย ย  โ”œโ”€โ”€ AAC_train.csv
โ”‚ย ย  โ”œโ”€โ”€ CellBots_SVM.py
โ”‚ย ย  โ”œโ”€โ”€ DP2F_test.csv
โ”‚ย ย  โ”œโ”€โ”€ DP2F_train.csv
โ”‚ย ย  โ”œโ”€โ”€ test.csv
โ”‚ย ย  โ””โ”€โ”€ train.csv
โ”œโ”€โ”€ DNA_Sequence_Matching
โ”‚ย ย  โ”œโ”€โ”€ 1ifp.pdb
โ”‚ย ย  โ”œโ”€โ”€ DNA.fa
โ”‚ย ย  โ”œโ”€โ”€ Q1.py
โ”‚ย ย  โ”œโ”€โ”€ Q2.py
โ”‚ย ย  โ”œโ”€โ”€ Q3.py
โ”‚ย ย  โ””โ”€โ”€ protein.fa
โ”œโ”€โ”€ Interacting_Patterns
โ”‚ย ย  โ”œโ”€โ”€ 58_script.py
โ”‚ย ย  โ”œโ”€โ”€ README.pdf
โ”‚ย ย  โ”œโ”€โ”€ test_data.csv
โ”‚ย ย  โ””โ”€โ”€ train_data.csv
โ”œโ”€โ”€ Peptide_Classification
โ”‚ย ย  โ”œโ”€โ”€ 58_script.py
โ”‚ย ย  โ”œโ”€โ”€ README.pdf
โ”‚ย ย  โ”œโ”€โ”€ test.csv
โ”‚ย ย  โ””โ”€โ”€ train.csv
โ””โ”€โ”€ README.md

ATP Interactions โœจ

Aim to predict ATP interacting residues in a protein. Kaggle

Model : Balanced Bagging Classifier with SVM(C=2, gamma=0.1, Kernel="rbf")
Score : 0.65072 

AntiFungal Peptides ๐Ÿฆ 

Aim to predict AntiFungal Peptides. Kaggle

Model : SVM(C = 5 , gamma = 0.003)
Score : 0.86444

Interacting Patterns โ™จ๏ธ

Aim to predict Interacting Peptideds. Kaggle

Model : estimators = [ ('rf', RandomForestClassifier(n_estimators=300, max_depth=45, min_samples_leaf=7, random_state=r)), ('mlp',      MLPClassifier(max_iter=200,random_state=r)), ('knn', KNeighborsClassifier(n_neighbors=4))] 
clf = StackingClassifier(estimators=estimators, final_estimator=LogisticRegression( random_state=r), n_jobs=-1, verbose = 3)
Score : 0.64764

Peptide Classification โš•๏ธ

Aim to classify Peptides. Kaggle

Model : BaggingClassifier(base_estimator =  RandomForestClassifier(random_state = 2), n_estimators = 100, random_state = 2, n_jobs = -1)
Score : 0.78620

DNA Sequence Matching ๐Ÿงฌ

Computations on DNA Sequences.

python Qx.py -i __inputFile__ -o __outputFile__

Collaborators

Aditya Singh Rathore
Divyam Gupta
Pankil Kalra

quantitative-biology's People

Contributors

aditya18007 avatar anuneetanand avatar dgupta04 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.