Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • *.bed file

    Hi,

    How I can produce the *.bed file?

    I have two file: one is genome.fa and the other is RNA-seq.fa. Following is the RNA-seq.fa format.

    Anyone can recommend the appropriate software to produce the *.bed file?

    Thanks a lot!

    Li

    >t0000001_x537124
    CCCGACCTCAGATCAGATGA
    >t0000002_x340107
    TCACCGGGTAGACATTCATTAT
    >t0000003_x268409
    TGAAAGACATGGGTAGTGAGAT
    >t0000004_x172657
    CGATATGTGGTAATTTGGATGA
    >t0000005_x154782
    AGAGGTAGTGATTCAAAAAGTT
    >t0000006_x140076
    TCACCGGGTAGACATTCATTATA
    >t0000007_x131590
    TGAGATCACTATGAAAGCTGG
    >t0000008_x125368
    TGAGGTAGAATGTTGGATGACT
    >t0000009_x120455
    TGAGTATTGCATCAAGAACCGA
    >t0000010_x95804
    TCCCTGAGACCATTGACTGCAT
    >t0000011_x78210
    TGGACGGAAGTGTAATGAGGGT
    >t0000012_x73438
    TGAGGTAGATTGTTGGATGACT
    >t0000013_x68884
    CCCGACCTCAGATCAGATG
    >t0000014_x60358
    TGAAAGACACAGGTAGTGGGACA
    >t0000015_x59786
    TGGAATGTCGAGAAATATGCAT
    >t0000016_x44935
    TCCCTGAGACCATTGACT
    >t0000017_x40270
    TCACCGGGTAGACATTCATTCT
    >t0000018_x38439
    AGATATGTTTGGTTAATTGGTGA
    >t0000019_x38425
    TGAGATCACTATGAAAGCTGGT

  • #2
    1. Align the reads to the genome. Bowtie would be a likely candidate.
    2. Use bam2bed from bedops to convert the BAM file to BED format.


    You might need to use samtools to convert from SAM to BAM, as I haven't a clue if bam2bed accepts SAM format. You can probably pipe all of this together too.

    Comment


    • #3
      It is unusual to see fasta format raw data (if that is indeed original data).

      Do the sequence ID's have any specific meaning (>t0000016_x44935)?

      Comment


      • #4
        Hi, dpryan,

        You are right!

        I tried bedops to convert SAM to BED. How to use the convert2bed? I tried mant times, but it seems doesn't work.


        Thanks a lot!

        li



        li@li-Lenovo:~$ convert2bed -i 1.sam > 1.bed
        convert2bed
        version: 2.4.12
        author: Alex Reynolds

        Usage:

        $ convert2bed --input=fmt [--output=fmt] [options] < input > output

        Comment


        • #5
          Try
          Code:
          convert2bed -i SAM < 1.sam > 1.bed

          Comment


          • #6
            Thanks sarvidsson,

            You are right!

            Comment


            • #7
              As noted in another question, convenience wrapper scripts are provided to convert SAM and other formats to BED and Starch (compressed BED):

              $ sam2bed < 1.sam > 1.bed
              $ sam2starch < 1.sam > 1.starch

              These are included with default BEDOPS installations.

              Comment

              Latest Articles

              Collapse

              • 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
              • seqadmin
                Strategies for Sequencing Challenging Samples
                by seqadmin


                Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                03-22-2024, 06:39 AM

              ad_right_rmr

              Collapse

              News

              Collapse

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