Code Monkey home page Code Monkey logo

mentee_research's People

Contributors

briankirz avatar david-peede avatar

Watchers

 avatar

Forkers

briankirz

mentee_research's Issues

HMM clean up

  • Create a new directory sub directory in site_pattern_hmm called updated_summer_hmm.
  • Annotate all of your old HMM code—don't need to do the figures just the actual HMM code.
  • Download Juypter notebooks for desktop.

Resolved: Underscores

The bug that we saw this morning was a result of an input variable declaration including underscores to delineate thousandth places. For some reason, OSCAR doesn't recognize numbers with underscores.

python3 size _
vim size _

Because I want the ease of just copying over updated versions of my files to OSCAR without having to worry about fixing it every time, I've removed these underscores on github so that instead of 50_000 and 20_000_000 we just have 50000 and 20000000.

Prioritizing Performance Metrics

As you remember, I calculated four performance indicators for each gamma matrix output of Baum-Welch:

  • False Positive Rate
  • False Negative Rate (Miss Rate):
  • True Positive Rate (Sensitivity):
  • True Negative Rate (Specificity):

Screen Shot 2022-07-22 at 4 39 05 PM

Screen Shot 2022-07-22 at 4 39 13 PM

I'd like to find and record which of the Baum-Welch iterations in a single rep perform the best, and what their indicators are. Should I prioritize one statistic (pick the version with the highest true positive rate)?. Or should I indicate the iteration that gives the best value for each metric independently?

Processing VCF files

  • Make a directory kirz_tutorials
  • Make a subdirectory vcf_processing
  • Either copy over or download the chr1 TGP VCF file and the panel file from the shared data directory or from the online ftp
  • Copy over the chr1 index file .tbi or index it using bgzip
  • Filter the VCF file to only contain bi-allelic SNPs using bcftools (HINT: you don't need to download the program it is already a module on OSCAR)
  • Filter the VCF file the same way but this time treat it as a text file and do it in python
  • Make sure the VCF files are the same, if they're not figure out why
  • Submit a pull request with all your code but exclude the VCF files

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.