Uploaded image for project: 'Barna Package'
  1. Barna Package
  2. BARNA-273

Implement stranded annotation mapping for BAM input files

    XMLWordPrintable

Details

    Description

      In the SAM format we have no sense/antisense information on the reads.

      We can implement stranded annotation mapping using additional information provided by the user.

      Implement the following new parameter structure to better define the information:

      READ_DESCRIPTOR -> [NONE, // default 
                          SIMPLE,
                          PAIRED,
                          STRANDED
                         ]
      
      READ_STRAND -> [NONE, // default
                      SENSE,
                      ASENSE,
                      MATE1_SENSE,
                      MATE2_SENSE
                     ]
      
      
      ANNOTATION_MAPPING -> [AUTO, // default, maximum information
                             SINGLE, 
                             PAIRED, 
                             SINGLE_STRANDED,
                             PAIR_STRANDED                       
                            ]
      

      BAM files with mixed single/paired/stranded/unstranded reads are not supported so far.

      Attachments

        Activity

          People

            emilio Emilio Palumbo
            emilio Emilio Palumbo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: