Entering edit mode
June.
▴
10
@june-23879
Last seen 4.3 years ago
Hi,
Following this tutorial (https://www.bioconductor.org/help/course-materials/2019/CSAMA/materials/labs/lab-03-rnaseq/rnaseqGene_CSAMA2019.html) for tximport, running the following code gives me error:
txi <- tximport(files, type="salmon", tx2gene=tx2gene)
**reading in files with read_tsv
1 Error in readBin(bootCon, "integer", n = expected.n) :
invalid 'n' argument**
I don't know if it is because of my R version? I am using R version 3.5.3, preinstalled on our server.
Please help me. Thanks!