qAlign (quasR) only aligns spliced RNA-seq to a single C.elegans chromosome
1
0
Entering edit mode
8.5 years ago

Hi,

I have RNA-seq reads from C. elegans and am trying to align this to a reference genome using the qAlign function on QuasR. The problem is that the BAM shows that reads align to the first chromosome only (ie I'm only aligning 18% of my reads and these all map to the first chromosome. The rest are unmapped).

The code is below

proj <- qAlign(sampleFile, "BSgenome.Celegans.UCSC.ce6", splicedAlignment=TRUE)

When I take out the splicedAlignment part (which will then use Bowtie to align instead of SpliceMap) this works OK and aligns to all the chromosomes in my reference genome. Any help, suggestions what to try would be very gratefully received. I am doing this using R on Windows.

I've ruled out the following:

  • different versions of R
  • there is no issue with the alignment index
  • if there are advanced parameters for qAlign (alignmentParameter setting) I've been unable to determine what these are
RNA-Seq R software-error alignment • 2.0k views
ADD COMMENT
1
Entering edit mode
8.4 years ago

Figured it out!

This seems like a Windows specific bug.

I ran the same code on a Ubuntu Virtualbox and it works fine

ADD COMMENT

Login before adding your answer.

Traffic: 2131 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6