Git Product home page Git Product logo

commonngs's Introduction

Contamination

Sequencing depth

  • Different library types require different sequencing depth. New sequencing methods should be evaluated by saturation curve.
  • Sequencing depth also depends on the purpose.
    • ENCODE recommends that each replicate of WGBS should have 30x coverage;
    • For DMR identification, sequencing at levels higher than 5-15x leads to wasted resources that would be better spent on an increased number of biological replicates.
    • If the goal is primarily to identify long DMRs with large methylation differences, 1-2x per sample is acceptable.

Quality control of enrichment

  • Lorenz curve can be used to evaluate the enrichment strength.
  • For DNA-based enrichment, deeptools can be used.
  • For RNA-based enrichment, I have written a simple script to normalize different expression levels using the paired Input sample. Please refer to MENG for more information.

Different genome and annotation versions

  • There are different reference assemblies for the same species. Be sure to use the currect one. Coordinates from different genome assemblies can be transformed using LiftOver or CrossMap.
  • There are also different sources of gene annotation, with different sensitivity and specificity.

Statistics

  • Simple fold change will lead to enrichment of lowly expressed genes because of their larger variances. Be sure to use statistics such as negative binomial distribution in DESeq2 to find the differences.

Excel text format

OS dependent line breaks

  • Dos uses \r\n for line breaks, while Linux uses '\n' for line breaks, which can lead to mistakes when files are transferred between different OS.
  • dos2unix and unix2dos can be used easily to solve the problem.

commonngs's People

Contributors

xlcui 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.