Closed kvittingseerup closed 6 years ago
Hello @kvittingseerup, Thanks for your concern. Previously we didn't discard the row numbers from the data file and the sample names were in the form of SRR_GSM ids for the transcript level counts. But, we have changed it for both row names and GSM ids as well. The metadata, gene level counts, and transcript level counts should be matched now. Thanks.
I think an additional problem have been created as I can easily download count data - but when I try to download the transcript data it is not the right file name I get to download - and nothing is downloaded I just get a "Failed - server problem"
For which data set you're having this problem?
GSE77538
It should be good now.
Thanks for the fast fix - everything seems to be working now :-)
I found this in the transcript level data (not sure about gene level data) The header looks like this:
",V1,Sample1,Sample2"
The data is structured as:
"rowNumber,transcriptId,Sample1"
This means that there is a headers missing - which will cause R's read.csv to skip the transcriptId column.
Is there a particular reason you would include rowNumbers in the data?