Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with geomx_import_data #8

Open
knadia07 opened this issue Jun 10, 2023 · 0 comments
Open

Issue with geomx_import_data #8

knadia07 opened this issue Jun 10, 2023 · 0 comments

Comments

@knadia07
Copy link

https://davislaboratory.github.io/GeoMXAnalysisWorkflow/articles/GeoMXAnalysisWorkflow.html#summary

Hi after following the tutorial above and putting in the same count, genemeta and metadata files, I kept getting this error:

countFile<-read_tsv("count1.txt") %>% as.data.frame()
sampleAnnoFile<-read_tsv("metadata1.txt") %>% as.data.frame()
featureAnnoFile<-read_tsv("genemeta1.txt") %>% as.data.frame()

spe <- readGeoMx(countFile, sampleAnnoFile, featureAnnoFile)

Error in [.data.frame(samplemeta_filtered, , coord.colnames) :
undefined columns selected

is there anything missing from the data.frame??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant