This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Problem with R package QuasR: qAlign function does not work

Dear all, I am trying to use QuasR to analyse my RNA seq data.

sampleFile <- "output/genome/ref/seq/samples_rna_single.txt"

genomeFile <- "output/genome/ref/seq/celegans.fa"

proj2 <- QuasR::qAlign(sampleFile, genome=genomeFile, splicedAlignment=TRUE, paired = 'no')

Error: output/genome/ref/seq/samples_rna_single.txt should contain the column names FileName1,FileName2,SampleName (paired end data)

I do not understand the error. I set the parameter 'paired' to 'no', so surely it should not except paired reads. Can anyone help, please? My samples_rna_single.txt file contains two columns named FileName and SampleName.

Thank you so much!

C.

quasr r rnaseq qalign

there is no header in the sampleFile. that is it

0 answers

No answers yet.

Log in to answer this question.