Giter VIP home page Giter VIP logo

usat_snp's Introduction

Hi there ๐Ÿ‘‹

usat_snp's People

Contributors

csmiguel avatar

Stargazers

 avatar

Watchers

 avatar  avatar

usat_snp's Issues

Fig with similarity coefficients

Add to bottom half a similar plot for the Hyla data, though for H. molleri the SSC will have to be calculated on the average of the localities.
Hand draw lines englobing the clusters.

plot ancestries population

check clumpp does the job
build assertion for rownames from qclumpak
rownames from results of Pelobates are different from structure respect to gen because I changed them-> solve that
run clumpp with dapc results as well

Dnp/dnr subsample 200 snps

200 SNPs have roughly the same info that the microsatellite dataset. In order to compare the behaviour of the curves at the plot dnp/dnr Craig suggested to subsample 200 snps instead of using the whole dataset.

  • another option might be to predict in the model at which no. of snps the mean bs support for the snps intersects the average bs for usats.

Fig with trees

  1. Change the order of the panels: left snps and right usats.
  2. Change color palette for the usats since they do not match the clusters from the snps. If using the same palette one tries to intuitively do the match, even when there is no match.

Tree branch length normalization

The metrics Dnp and Dnr are done over standarized tree distances. However, in the plots "DnrDnp_ggplot_bw.pdf" it is possible to see that metric for both markers do not have the same highest value. This could be caused by the fact that the lengths of the branches supporting the trees are different between usats and SNPs. For that reason, in the meeting from Sept 13th 2019, it was suggested to normalize the the distances using the maximum distance from any internal node (non-tip nodes) instead of normalizing as I have it now:
maxd <- ape::cophenetic.phylo(tr1) %>% max()
tr1$edge.length <- tr1$edge.length / maxd

change order of sections in manuscript

Craig suggested to change the order of the sections in the manuscript. As it is now:

  1. population structure, 2. phylogeny, 3. dnp/dnr, 4. diversity

Craig suggested:

  1. phylogeny, 2. genetic diversity, 3. pop. structure 4. interaction dnp/dnr

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.