Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • MrMimic
    Junior Member
    • Mar 2015
    • 2

    CNV by read_depth approach

    Hey guys !

    I'm actually working on a CNV project for the first time and need your help.

    I mapped on a ref genome 44 Ilumina pack coming from 44 different individues. I have extract the number of read mapped on each genic feature and try to normalize all of this mess.

    I applied the following formula, found in a publication :

    NormalizedData = (Number of reads in feature * genome size) / (Total number of read in sample * read size)

    They told then :
    < 0.05 = Gene isnt present
    < 0.5 = deletion
    > 1.5 = duplication

    What do you guys think of this technique ? I read a lot of possibilities on the net, but what do you usually do with this kind of data ? I heard a fiew words about LDA and tried it on R with MASS package but I got some issues ... And i'm not so good at statistics, so ..

    I want to maximize the differences and "group" my values arround thresholds. But I think weak the way I actually do.

    Thanks a lot
  • maxsalm
    Member
    • Feb 2015
    • 18

    #2
    Hi there,
    a lot of approaches have already been developed for calling CNVs from Illumina data, and are tailored to different sources of data (WGS, WES, etc.). A good overview can be found here: http://www.biomedcentral.com/1471-2105/14/S11/S1
    Normalisation is a key step, as you have noticed, but also often includes additional covariates such as local GC content and mappability. I recommend using some of the existing solutions; from the sound of the problem, cnvHiTSeq may be suitable.

    Cheers

    Comment

    • MrMimic
      Junior Member
      • Mar 2015
      • 2

      #3
      Your solution looks good, but I work on very large genomes and havent kept bam file from mapping, I just extracted all of the information I wanted, such number of read in each feature with samtools, bedtools, etc.

      You think I'll have to remap everything piped with samtools to get lighter files ? Or is there a method to normalize my matrix ?

      Comment

      • maxsalm
        Member
        • Feb 2015
        • 18

        #4
        Personally, I always keep the BAM files till the end of the analysis: nearly all of the CNV calling methods I've tried use these as a starting point anyway, so this offers you some flexibility to try different options. Although it is of course feasible to normalise the matrix manually, you will be creating a lot more work for yourself (and potential bugs!) by not simply applying the existing tools unless you have a strong methodological reason not too a priori.

        Comment

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

          #5
          As I mentioned on biostars, storage is cheap. Just remap and use one of the many excellent and peer reviewed CNV callers out there.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM
          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            06-02-2026, 10:05 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          37 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          100 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          121 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-04-2026, 08:59 AM
          0 responses
          114 views
          0 reactions
          Last Post SEQadmin2  
          Working...