Reading in CosMx data failed #8279
Unanswered
StudyingAnt
asked this question in
Q&A
Replies: 1 comment
-
There have been formatting changes with Nanostring data that Seurat has not kept up with (at this time), see details at https://nanostring-biostats.github.io/CosMx-Analysis-Scratch-Space/posts/flat-file-exports/flat-files-compare.html Removing the new "cell" column in the metadata.csv and the tx_file.csv worked for me. A simple cut could work: cut -d, -f-2,4- oldfile.csv > newfile.csv Just remember to rename the files with the ending "_metadata.csv" and "_tx_file.csv" that you want ReadNanostring to load |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to read in CosMx flat files into Seurat and do analysis but I immediately bumped into error just reading in files.
Resulted in
Is this some kind of bug?
I'm also attaching the session info.
Session info()
Beta Was this translation helpful? Give feedback.
All reactions