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

runPCA error #215

Open
sailseem opened this issue Apr 7, 2022 · 3 comments
Open

runPCA error #215

sailseem opened this issue Apr 7, 2022 · 3 comments

Comments

@sailseem
Copy link

sailseem commented Apr 7, 2022

Dear developer,

I got an error when i run the PCA, it's really odd.
test<-runPCA(gobject = pdac_test, expression_values = 'normalized',

  •                 scale_unit = T, center = F, method = 'factominer')
    

Error in .local(x, ...) : argument "x" is missing, with no default

The previous steps look alright, I am using my data instead of sample data.
Can you help me with it? Thanks

@RubD
Copy link
Collaborator

RubD commented Apr 7, 2022

Hi, can you take a look at this link: https://rubd.github.io/Giotto_site/articles/github_issues.html and provide us with some more information?
Did you try the example datasets and did that work?
Is this a visium dataset or something else?

Can you check pdac_test@raw_expr and pdac_test@norm_expr ? Thanks

@sailseem
Copy link
Author

sailseem commented Apr 7, 2022

Sorry, i did not try the example datasets, I am using my own dataset.
pdac_test@raw_expr
Error: no slot of name "raw_expr" for this object of class "giotto"

pdac_test@raw_exprs
image

pdac_test@norm_expr
image

@RubD
Copy link
Collaborator

RubD commented Apr 7, 2022

Can you reproduce this error with one of the example datasets? It's hard figuring out what is happening here.

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