Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • About SOAP2

    Hello,

    Im learning to use SOAP2 currently.
    Ive manage to build the 13 index files using chr1.fa

    So now i want to test run the alignment quick start using this:
    ./soap –a <reads_a> -D <index.files> -o <output></output>

    from where should i get the reads_a (should i put the chr1.fa file in same directory as soap & 2bwt-builder?) & which index.files to use?

    What im trying to do is to align the refseq chr1.fa with the same seq chr1.fa. so i would get 100% alignment, right?

    Your reply is much appreciated. TQ

  • #2
    Hi!

    1. About index:
    For example your index is named "chr1.fa"
    Therefore your index is "chr1.fa.index"
    So type "-D chr1.fa.index"

    2. About reads:
    I do not think that aligning chr1.fa with chr1.fa will work because it has the wrong format (you could try though). reads_a is usually in fastQ file (fastQ, not fastA). E.g. http://maq.sourceforge.net/fastq.shtml
    However, you could turn your chr1.fa into chr1.fq by doing this:
    a. make new text file, name it chr1.fq
    b. open chr1.fa, copy ALL sequence excluding the name (the very first line that start with ">")
    c. now edit chr1.fq and enter these 4 lines (paste your sequence at 2nd line)

    @CHR1.fq
    paste sequence here
    +
    55555555555555555555555555555

    d. you see those "5s" at the last line? Put as many "5" as the number of basepair of your sequence (e.g. you have 4500000 basepair sequence, put 4500000 "5")

    Comment


    • #3
      Hi mitochy!

      thanks alot for the reply.

      any quick& accurate way to put the 5s? bcos ive counted the bps of chr1. its 249250621 !

      Comment


      • #4
        Ahh & 1 more thing is the output.

        ./soap –a <reads_a> -D <index.files> -o <output></output>

        what should i put in there?

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        58 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        53 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        45 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X