Skip to content

Issue with geomx_import_data #8

@knadia07

Description

@knadia07

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions