DavisLaboratory / GeoMXAnalysisWorkflow

GeoMX analysis workflow
https://davislaboratory.github.io/GeoMXAnalysisWorkflow/
Other
4 stars 3 forks source link

Issue with geomx_import_data #8

Open knadia07 opened 1 year ago

knadia07 commented 1 year ago

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??