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
Hi Dr. Veres,
I'm working with some of your data, downloaded from GEO. When I read into R the file x1_S3c_b1.counts.tsv.gz from Veres2019_analysis_data ▸ 01_Stages_3_to_6 ▸ data ▸ indrops_raw, I get the classic R error Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 14347 did not have 41748 elements. I'm reading it like this:
It looks to me like I am reading a corrupted file with a "frameshift mutation" that wipes out all the newlines after line 14346. Could you check and see if the file looks OK on your end?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Dr. Veres,
I'm working with some of your data, downloaded from GEO. When I read into R the file
x1_S3c_b1.counts.tsv.gz
fromVeres2019_analysis_data ▸ 01_Stages_3_to_6 ▸ data ▸ indrops_raw
, I get the classic R errorError in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 14347 did not have 41748 elements
. I'm reading it like this:I looked for the offending line, comparing it to the ones before it like this:
It looks to me like I am reading a corrupted file with a "frameshift mutation" that wipes out all the newlines after line 14346. Could you check and see if the file looks OK on your end?
Thanks!
The text was updated successfully, but these errors were encountered: