Giter Site home page Giter Site logo

Comments (2)

shajoezhu avatar shajoezhu commented on June 29, 2024

PG0389-C,

dd2 will definitely be wrong at
Ref 3d7/dd2 is 0/1, but there is alt read in the data

length(which(panel$dd2gt.from.regression == 1 & coverage$altCount==0))/length(panel$dd2gt.from.regression)
[1] 0.09504577

dd2 or 3d7 will be wrong at Ref is 0/0,

length(which(panel$dd2gt.from.regression == 0 & coverage$altCount>0))/length(panel$dd2gt.from.regression)
[1] 0.01357027

from deploidpaper.

shajoezhu avatar shajoezhu commented on June 29, 2024

PG0402-C,
hb3/7g8, will definitely be wrong at 0/0

length(which(panel$HB3gt.from.regression == 0 & panel$sevenG8gt.from.regression == 0 & coverage$altCount>0))/length(panel$dd2gt.from.regression)
[1] 0.01631664

hb3/7g8, will definitely be wrong at 1/1

length(which(panel$HB3gt.from.regression == 1 & panel$sevenG8gt.from.regression == 1 & coverage$altCount==0))/length(panel$dd2gt.from.regression)
[1] 0.0001077006

Hb3 is definitely wrong at

length(which(panel$HB3gt.from.regression == 1 & panel$sevenG8gt.from.regression == 0 & coverage$altCount==0))/length(panel$dd2gt.from.regression)
[1] 0.0008616047

7g8 is definitely wrong at

length(which(panel$HB3gt.from.regression == 0 & panel$sevenG8gt.from.regression == 1 & coverage$altCount==0))/length(panel$dd2gt.from.regression)
[1] 0.02261712

7g8 is minor strain, hb3/7g8 as 0/1, and the data strongly suggest alt

length(which(panel$HB3gt.from.regression == 0 & panel$sevenG8gt.from.regression == 1 & coverage$altCount>30))/length(panel$dd2gt.from.regression)

from deploidpaper.

Related Issues (17)

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.