Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GAV65
    Junior Member
    • Aug 2015
    • 4

    #1

    Being "good" at analysis of nextgen sequencing data

    I am doing various types of analysis of Nextgen sequencing data. Basically I am using Excel to compare pieces of data between Nextgen data and other sources, such as data I've found online.

    It feels like I am going about the analysis really inefficiently and wasting a lot of time.

    Often the data from online is really disorganized, and a lot of time is wasted in standardizing this data.

    Also, the questions I am trying to answer are somewhat vague so time is wasted because I am not even always sure what question I am trying to answer.

    I don't really think I can get "good at bioinformatics" from this forum, and I think if I haven't developed the ways to do it well myself than I'm pretty much screwed,

    However I am just curious how others use Excel for Nextgen data analysis. Does knowing Excel VBA help? Are there any other free programs or other coding languages? Maybe it's just an art-form and I don't have it. I only have a Master's and it seems like thinking at a PhD level would be really helpful.
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    The first rule of bioinformatics is, "Don't use Excel." The second rule of bioinformatics is, "Don't use Excel."

    Excel is a terrible platform for data munging (i.e., taking disorganized files and changing them into a standard machine processable format) and analysis, you're just making your life difficult by using it.

    If you really want to get good at data analysis, then the tools you'll need will be the command line, python (or perl) and R. Once you come to grips with those you'll be able to do much more in a more efficient way.

    Comment

    • blancha
      Senior Member
      • May 2013
      • 367

      #3

      (https://mobile.twitter.com/tim_yates...7709504513?p=v)
      Last edited by blancha; 08-07-2015, 03:46 AM. Reason: Added source of image

      Comment

      • GAV65
        Junior Member
        • Aug 2015
        • 4

        #4
        I can learn those things.

        It really worries me that my employer is expecting me to answer bioinformatics questions only with Excel. It seems like they have destined my failure.

        Comment

        • mgogol
          Senior Member
          • Mar 2008
          • 197

          #5
          You don't need a Phd, but maybe a coursera course or two, or a few safari books on command line, R, and/or scripting languages could help.

          Comment

          • DPCook
            Member
            • Sep 2014
            • 10

            #6
            I kind of fell into this computation stuff about a year ago with no formal background in computer science, so I understand where you're coming from.

            First, as emphasize above, ditch excel for data exploration. It's simply not powerful enough for most tasks. Take some time to get familiarized with R. If you're mostly working with excel-style tables, it's a very easy language to pick up. The RStudio IDE (rstudio.com) also makes the transition much easier because it provides an interface that allows you to see the defined variables (you can click the view icon to view stored matrices/dataframes), it integrates generated plots, and a text editor for writing up code. Because your tasks can be scripted out, repeating them becomes incredibly fast (much faster than flying around 10 different excel files), and not to mention reduces the chance of human-error. Now, admittedly, if the data you download comes in some unorganized format (likely put together by someone who does not do computational biology), excel can be faster for re-organizing, but once it's in a standard rows/columns format, R is superior. Note that other languages can work equally well, but I think that R will have the easiest learning curve.

            Second, if you will actually be generating and processing your own NGS data, you'll need to learn some command line. It can look intimidating, but basic usage (ie. simply executing existing programs on your data) is very easy. I would recommend learning what the standard workflow for analyzing your data is (eg. ChIP-seq: Align with bowtie, call peaks with MACS), and simply google how to do each step.

            Third, I'm always worried when someone asks me to simply "analyze the data" without any question in mind. These datasets can be quite large, and there often won't be a pattern or answer staring you in the face when you open the file. Take some time to think of questions before you start digging through the data. What genes are differentially expressed across these two conditions? In this list of genes, is there an enrichment of some biological function? What genes correlate in expression with gene X? etc.

            Hope this helps!

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 07:41 AM
            0 responses
            12 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-03-2026, 10:13 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-31-2026, 02:55 AM
            0 responses
            39 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-24-2026, 12:17 PM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Working...