Entering edit mode
ribioinfo
▴
100
@ribioinfo-9434
Last seen 4.4 years ago
Hi, I would like to import the tables of RSEM, using this command line:
txi.rsem = tximport(l, type = "rsem", reader = read_tsv)
I got this error:
Error in abundanceMat[, i] <- raw[[abundanceCol]] : number of items to replace is not a multiple of replacement length
Could you help me?
Riccardo
I changed my answer as 'l' is a vector.
Hi, I found the problem there was a table that had a different number of rows. Now everything works.
Thank you.
Riccardo
Hi Riccardo, How did you solve your problem? I have the same situation with my data in which three of my files have a different number of rows. At this moment, I excluded them just to analyze those which have the same number of rows.
Thanks for your help!
Rodolfo