tximport error with Salmon in DESeq2 pipeline
1
0
Entering edit mode
seyfim • 0
@seyfim-15175
Last seen 6.0 years ago

Hello,

I am following the Analyzing RNA-seq data with DESeq2 guide by Michael Love, Simon Anders and Wolfgang Huber 2018

here is my command that is throwing me an error:

txi<-tximport(filez, type=c("salmon"), tx2gene=tx2gene) 

Here is the error:

reading in files
1 Error in read.table(file = file, header = header, sep = sep, quote = quote,  : 
  unused argument (col_names = c("Name", "Length", "TPM", "NumReads"))
Error in tximport(filez, type = c("salmon"), tx2gene = tx2gene) : 
  tried but couldn't use reader() without error
  user will need to define the importer() as well

I have tried calling the importer library:

source("https://bioconductor.org/biocLite.R")
biocLite("importer")

but it is not available for R 3.3.4 and I am not sure what to do...

 

tximport deseq2 salmon • 839 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 5 hours ago
United States

Can you update the readr package? Also a good idea to always post your sessionInfo() when posting a question. I'm wondering if you have an old version that didn't include the col_names argument. Don't know when this was introduced to readr.

ADD COMMENT

Login before adding your answer.

Traffic: 632 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