Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fixee
    Junior Member
    • Jun 2011
    • 7

    #1

    Seeking statistics on genomic data

    Hi all. I'm wondering if any studies have been done on the statistics of human genomic data. In particular, on the distribution of bases and k-mers in human dna.

    For example, do G, C, A and T occur with equal frequency among the 3 gigabases? Are there known "long" k-mers that occur with high frequency (I don't care if they code or not)?

    Alternatively, if this stuff hasn't been well-studied, are there BAM files with complete genomes that are freely available? (I don't need CIGAR, or Phred scores, just the bases.)

    Cheers!
  • biznatch
    Senior Member
    • Nov 2010
    • 124

    #2
    I don't know of any studies off hand, but I'm sure at least some of that has been looked at. For example, there's a "CG percent" track in the UCSC browser so someone's studied that.

    You can download the human genome in a few different formats: http://hgdownload.cse.ucsc.edu/downloads.html#human

    Comment

    • qtrinh
      Member
      • May 2008
      • 20

      #3
      Originally posted by Fixee View Post
      Hi all. I'm wondering if any studies have been done on the statistics of human genomic data. In particular, on the distribution of bases and k-mers in human dna.

      For example, do G, C, A and T occur with equal frequency among the 3 gigabases? Are there known "long" k-mers that occur with high frequency (I don't care if they code or not)?

      Alternatively, if this stuff hasn't been well-studied, are there BAM files with complete genomes that are freely available? (I don't need CIGAR, or Phred scores, just the bases.)

      Cheers!
      I did the A,C,G,T, and N frequencies analysis a while back and for the 3 gigabases human reference genome including random and unknown, I get:

      A 27.25%
      C 18.9%
      G 18.9%
      T 27.28%
      N 7.64%

      I haven't done the long k-mers analysis.

      Q

      Comment

      • BAMseek
        Senior Member
        • Apr 2011
        • 124

        #4
        I second the results given by qtrinh (with slightly different rounding). I used the hg19.2bit file from UCSC.

        Total: 3,137,161,264 bases

        A: 854,963,149 bases (27.25%)
        C: 592,966,724 bases (18.90%)
        G: 593,325,228 bases (18.91%)
        T: 856,055,361 bases (27.29%)
        N: 239,850,802 bases (07.65%)

        This is just the results of one strand. If you count bases from both strands, then A = A+T, T = A+T, C = C+G, G = C+G from base complementarity.

        There has been work done to find over-represented patterns (a.k.a. motifs) in DNA using in-silico (computational) methods. These motif finding tools can be used to find biologically interesting patterns like transcription factor binding sites and paralagous genes. One example would be the random projection method (http://www.ncbi.nlm.nih.gov/pubmed/12015879) which starts its search by hashing k-mer sequences.

        I wish I could remember the paper, but I saw a graphic where they represent genomes as random walks. They start at the origin and move up 1 if the next base is an A, down 1 if it is a T, to the left if it is a C, and to the right if it is a G. If the distribution was random, you would expect a random walk. The genome is not completely random due to things like genes, CG islands, and repetitive regions. I know that people use hidden-markov models to model the distributions of DNA but am not too familiar with specific techniques.

        Comment

        • steven
          Senior Member
          • Aug 2009
          • 269

          #5
          Originally posted by Fixee View Post
          Hi all. I'm wondering if any studies have been done on the statistics of human genomic data. In particular, on the distribution of bases and k-mers in human dna.
          Yes, people have been looking at that for a while actually.
          Since the early 80s for instance, statistics on base and kmer frequencies have been used in the domain of gene finding (detection of coding regions in the genome).

          Originally posted by Fixee View Post
          For example, do G, C, A and T occur with equal frequency among the 3 gigabases?
          No they don't. And within each genome (especially in higher eukaryotes) you can find huge discrepancies. Look for "isochores" for instance (GC-rich regions in the human genome).

          Originally posted by Fixee View Post
          Are there known "long" k-mers that occur with high frequency (I don't care if they code or not)?
          Well you should The coding property is the strongest constraint on the primary sequence, and your statistics mainly depend on the type of region you are looking at. In the domain of "gene finding" you will find a lot of relevant literature. Just for fun, here are a couple of references, from the oldest:

          - Grantham et al, 1980
          - Fickett, 1982
          - Staden and McLahan, 1982
          - Gribskov et al, 1984 (codon usage)
          - Claverie and Bougueleret 1986 (k-mer frequencies)
          - Fickett and Tung, 1992 (kmers)

          Then in the 90s people started modeling k-mer frequencies using probabilistic models like Markov Chains, but this is a long story..

          Oh, and don't forget that almost half of the genome is made of "repeated" regions. For instance look for the "Alu" sequence. Over-represented k-mers may correspond to these ones..

          Comment

          • steven
            Senior Member
            • Aug 2009
            • 269

            #6
            Also, a recent one:

            Error correction of high-throughput sequencing datasets with
            non-uniform coverage
            Paul Medvedev1,∗, Eric Scott2, Boyko Kakaradov2 and Pavel Pevzner1

            Bioinfornmatics
            Vol. 27 ISMB 2011, pages i137–i141
            doi:10.1093/bioinformatics/btr208

            They definitely look at k-mers there

            Comment

            • Michael.James.Clark
              Senior Member
              • Apr 2009
              • 207

              #7
              Originally posted by Fixee View Post
              Hi all. I'm wondering if any studies have been done on the statistics of human genomic data. In particular, on the distribution of bases and k-mers in human dna.

              For example, do G, C, A and T occur with equal frequency among the 3 gigabases? Are there known "long" k-mers that occur with high frequency (I don't care if they code or not)?

              Alternatively, if this stuff hasn't been well-studied, are there BAM files with complete genomes that are freely available? (I don't need CIGAR, or Phred scores, just the bases.)

              Cheers!
              Many, many, many, many times.

              The genome isn't just a random assortment of nucleotides. In fact, if you look at the ratio of nucleotides to each other in coding regions compared to the whole genome, you'll see a dramatic difference (coding regions are GC rich). Things get more interesting if you start looking at multiple genomes and generating statistics related to transition:transversion ratio (closely linked with species) and indel size distribution between regions, etc.

              I assume you can obtain data from any of a number of publicly available next-gen sequences. Most non-clinical sequencing study results are freely available (1000 genomes comes to mind).
              Mendelian Disorder: A blogshare of random useful information for general public consumption. [Blog]
              Breakway: A Program to Identify Structural Variations in Genomic Data [Website] [Forum Post]
              Projects: U87MG whole genome sequence [Website] [Paper]

              Comment

              • BAMseek
                Senior Member
                • Apr 2011
                • 124

                #8
                I wish I could remember the paper, but I saw a graphic where they represent genomes as random walks.
                The paper describing DNA walks can be found here.

                Also, here is a review (somewhat old) of some of the visualization methods for analyzing DNA.

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                  by SEQadmin2


                  Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                  The systematic characterization of the human proteome has
                  ...
                  07-20-2026, 11:48 AM
                • SEQadmin2
                  Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by SEQadmin2



                  Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                  ...
                  07-09-2026, 11:10 AM
                • SEQadmin2
                  Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                  by SEQadmin2



                  Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                  There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                  07-08-2026, 05:17 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 07-24-2026, 12:17 PM
                0 responses
                10 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-23-2026, 11:41 AM
                0 responses
                11 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-20-2026, 11:10 AM
                0 responses
                23 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-13-2026, 10:26 AM
                0 responses
                37 views
                0 reactions
                Last Post SEQadmin2  
                Working...