Git Product home page Git Product logo

tox's Introduction

TOX

Final Project for CS272.

Introduction to Biomedical Informatics Research
Methodology at Stanford University.



Team

 Ayush  Kevin  Shreyas  Tom 




Setup

Configuring your system for the project.


Conda Environment

Preparing the local environment.


  1. conda create -n tox python=3.9
  2. conda activate tox
  3. conda install -c conda-forge biopython
  4. conda install -c pytorch pytorch
  5. conda install scikit-learn

Jupyter Notebook

Making Conda available in Jupyter.


  1. conda install -c anaconda ipykernel
  2. python -m ipykernel install --user --name=tox



Files


Button Data

    Contains data from previous papers,
    including ToxIBTL, ToxDL & ToxinPred.


Button EDA

    Contains Python files for exploratory data analysis.

    This includes the reading in and wrangling of data into
    a standard format ( sequences and toxic / non-toxic ),
    identification of duplicate sequences, division of data
    into training and test, as well as analysis of sequence
    similarity.


Button CDHIT

    Contains data related to CD-HIT, which we use to
    determine sequences that are at least 40% similar.


Button Model

    Contains Jupyter notebooks used in the
    process of developing our ToxIN model.

    The /ToxIBTL/ folder contains
    original code from ToxIBTL.


tox's People

Contributors

apandit42 avatar electronicsarchiver avatar tpritsky 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.