Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sonja
    Member
    • Aug 2010
    • 10

    Calling peaks from NRSF ChIP-Seq with USeq

    Hello!

    I am having some format troubles with the NRSF dataset downloaded from here:

    The files are in txt format like:

    Uniq files: all tags has single alignments in the genome
    Column 1: tag sequence
    Column 2: alignment score
    Column 3: # of hit in the genome, 1 = unique hit
    Column 4: Chr position
    Column 5: Chr direction
    Column 6: matched genome sequence
    Column 7: next best possible alignment score


    example:
    head -5 GSM327023_chipFC1592_uniq_hg17.txt
    GCAGAGTAACCCGCCCCACCCCACC 10406 1 chr6:156964520 F GCAGAGTAACTCTCCCCACCCCACC 9359


    Now I want to run Useq on it. As I have to run the program a lot of times I would like to make it run with one command (ChIPSeq application) which supports ELAND format. So I was trying to convert my files into eland.

    I was wondering if s.o. can help me here. Apparently I didn't manage a correct conversion. I don't seem to have produced the right amount of columns.
    So my question is: How does the ELAND format read by Useq look like?

    That's a line of the error meassage:

    Error: line does not contain enough columns -> GCGCCGAGCATTCCGGCCTGAGGAG CTTCCCAGGCCGGAATGCTCGGCGC U1 1 0 0 chr2.fa 55756496 R .

    If anyone could help here that would be great! As this NRSF dataset is widely used I might not be the only one having these troubles...
    Thanks a lot!
    dani
  • ETHANol
    Senior Member
    • Feb 2010
    • 308

    #2
    I know USeq accepts ELAND export format.
    Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc


    I don't think the format you posted is a standard ELAND format or maybe an older format. Your best bet would probably be to convert it to a BED file and use that.

    I use this command to convert my ELAND files into QuEST files. It should be pretty straight forward to alter it to convert your files into a BED file.

    I'd try this. No guarantee it will work. Load onto Galaxy and convert the colon to a tab with the "convert delimiters to tab" function. Export from galaxy and try.


    For your file I'd try this (I use something similar to convert my ELAND files into QuEST files - disclaimer I'm not really sure what it does):

    cat yourfile.txt | awk '{if($6 == "F"){print $4" "$5" +"}else{print $4" "$5+25" -"}}' | awk 'BEGIN{FS="[. ]"}{print $1" "$3" "$4}' > yourfile.bed

    Then load back onto Galaxy and convert spaces to tabs as you did before.

    Yeah, not the most straight froward approach but it should work.

    Publicly available data is a real mess and methodology is poorly documented. Something the community should work on improving.
    --------------
    Ethan

    Comment

    • sonja
      Member
      • Aug 2010
      • 10

      #3
      Hi,
      thanks for your answer. But bed is not accepted by the USeq ChipSeq application.
      About your way to convert to bed: if you replace " " by "\t" you don't have to use GALAXY.

      Thanks anyway!

      Comment

      • ETHANol
        Senior Member
        • Feb 2010
        • 308

        #4
        With USeq I think it's better to just put the data through the modules separately. It doesn't take too much more time. The ChipSeq wrapper gets hung up too easily.

        Thanks for the tip.
        --------------
        Ethan

        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
        25 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-23-2026, 11:41 AM
        0 responses
        19 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-20-2026, 11:10 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        38 views
        0 reactions
        Last Post SEQadmin2  
        Working...