Git Product home page Git Product logo

finalproject's People

Contributors

caseywdunn avatar dahn-youngdong avatar nbedelman avatar

Watchers

 avatar

Forkers

nbedelman

finalproject's Issues

Why does the spatial interpolation results differ at almost every knit??

https://github.com/dennisdong123/finalproject/blob/cb8eb7771b2cc9b73764cacbca8cab0c78a99127/DahnYoung_Dong_Final.Rmd#L288-L293

Dear PhyloBio Team,

I am almost done with all analyses and pretty satisfied with the progress. Yet when I knit the markdown, it seems the visualization results differ every time? Why is it? I don't expect the result to change though because there is no random seed or permutations, etc...

Can you help? I don't know how to interpret the result now, because they seem to change every time. The colors should match the ancestry because I set the palette the same every time, didn't I?

Data quality check- code and feedback

From MVA document,

#Look at depth, quality, HWE, HE, allele frequencies, and Pi site.depth <- r2vcftools::Query(snps_unind, type="site-mean-depth") summary(site.depth$MEAN_DEPTH) #Mean = 3.59 / Median = 2, about 1/20 smaller than the example hist(site.depth$MEAN_DEPTH, breaks=200) quality <- Query(snps_unind, type="site-quality") summary(quality$QUAL) #all 13 with seemingly no variation hist(quality$QUAL) ## something wrong here.

I included in the output folder the Robject- "snps_unind", which should allow you to run the code from line 200.

Does it suggests anything wrong with my data quality?

Best,

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.