Code Monkey home page Code Monkey logo

fulbright-symposium-2021's Introduction

Fulbright Cátedra (August 2021)

This repository contains jupyter notbooks for fulbright Cátedra (symposium).

Requirements

  • The requirements for these notebooks can be installed either directly using our specification file or by manually getting the required tools.

    • Our spec file is located in the github repository: (requiredPackages.txt). You can set up your environment using conda create -n fulbright --file requiredPackages.txt

    • Alternatively, you can also manually install the following packages to set up your environment. Most of the required packages can be obtained using conda as following

      • Let's get the jupyterlab using: conda install -c conda-forge jupyterlab

      • Plink: conda install -c bioconda plink

      • R on jupyterlba using: conda install -c r r-essentials r-irkernel

      • Don't forget to enable R in jupyter notebooks using IRkernel::installspec() in your R server.

      • You will also need the R packages: install.packages("tidyverse"), install.packages(dplyr), install.packages(plyr), install.packages(reshape2), & install.packages("vcfR")

      • VEP tool: conda install -c bioconda ensembl-vep

      • ADMIXTURE: conda install -c bioconda admixture

About the notebooks

These notebooks were created for Fulbright Cátedra (August 2021) and were meant to be used parallel to our presentation slides. These notebooks will guide your though most of the functionalities that are discussed during our presentations.

About the data

The raw data required for running the notebooks is present in the data/ folder. However, keeping the space constrains in mind, only the raw VCF files are shared. You will have to create the associated PED/BED files for processing manually. However, if you need any specific files, please reach out to us on email.

Contact

Please contact king.jordan {-AT-} biology.gatech.edu for any queries/suggestions.

Acknowledgements

  • Fulbright Cátedra
  • King Jordan, Georgia Tech
  • Leonardo Mariño-Ramírez, NIMHD
  • Shashwat Deepali Nagar, Georgia Tech

fulbright-symposium-2021's People

Contributors

shivamsharma13 avatar

Watchers

James Cloos 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.