You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to merge RNAseq data which was downloaded from the Web Browser and unzipped to the "RNEseq2". But when I run the code, the error still exists:
Error in open.connection(file, "rt") : cannot open the connection
In addition: Warning message:
In open.connection(file, "rt") :
cannot open compressed file 'RNAseq2/e3908da4-f4c8-43b8-b01d-73bd5fafaa96/dbb50b30-9856-4a56-91e1-d31ad106fd48.htseq.counts.gz', probable reason 'No such file or directory'
Can you help me to fix it?
Thank you very much.
The text was updated successfully, but these errors were encountered:
I'm trying to merge RNAseq data which was downloaded from the Web Browser and unzipped to the "RNEseq2". But when I run the code, the error still exists:
rnaCounts <- gdcRNAMerge(metadata = metaMatrix.RNA, path = 'RNAseq2', data.type = 'RNAseq', organized = FALSE)
Error in open.connection(file, "rt") : cannot open the connection
In addition: Warning message:
In open.connection(file, "rt") :
cannot open compressed file 'RNAseq2/e3908da4-f4c8-43b8-b01d-73bd5fafaa96/dbb50b30-9856-4a56-91e1-d31ad106fd48.htseq.counts.gz', probable reason 'No such file or directory'
Can you help me to fix it?
Thank you very much.
The text was updated successfully, but these errors were encountered: