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

GeoMX protein data #43

Open
jiangzh-coder opened this issue Nov 16, 2024 · 1 comment
Open

GeoMX protein data #43

jiangzh-coder opened this issue Nov 16, 2024 · 1 comment

Comments

@jiangzh-coder
Copy link

i need test GeoMX protein data, and got following errors:

countFile.txt
image
image
sampleAnnoFile.txt
image
image
featureAnnoFile.txt
image

spe22 <- readGeoMx("./countFile.txt",

  •                "./sampleAnnoFile.txt", 
    
  •                "./featureAnnoFile.txt") #,hasNegProbe = TRUE
    

New names:
• `` -> ...1
Rows: 33 Columns: 16384
── Column specification ──────────────────────────────────────────────────────────────────────────────────────────────
Delimiter: "\t"
chr (1): TargetName
dbl (16383): ...1, c_1_100_1, c_1_100_10, c_1_100_100, c_1_100_1000, c_1_100_1001, c_1_100_1002, c_1_100_1003, c_1...

ℹ Use spec() to retrieve the full column specification for this data.
ℹ Specify the column types or set show_col_types = FALSE to quiet this message.
Error in geomx_import_fun(countFile, sampleAnnoFile, featureAnnoFile, :
NegProbeName is not found in your count file.

@ningbioinfo
Copy link
Member

Hi @jiangzh-coder , your error message tells that the default negative probe name is not found, I'm assuming the "Negative" is the negative marker in your data, if you want to remove it, you can add NegProbeName = "Negative", or if you want to keep it you can set hasNegProbe = FALSE, this should fix up the error.

However, I also spotted that in your samleAnnoFile, the column name of the sample names is something weird, like "row.names(sample_data*)", I would change it to "SegmentDisplayName" as it's the default name the function is trying to look for.

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

2 participants