-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errors with reloading EMBEDR, Simes' method, question about figures #12
Comments
Hello! Sorry for the delay in responding!
|
Hi, No worries, thanks for getting back to me! R.e #3 I figured it out, was just an issue with how windows was handling slashes with '.split("/")[-1]', I just had to change it out to .split(os.sep)[-1] and have had no more problems there. For #2, the error has occured with datasets from 1000 cells x 10PCs up to 3500 cells x 3700 genes. For the intialisation, i've tried: embObj = EMBEDR(DRA=alg, #error occurs with t-SNE and UMAP Im running Python 3.8.13 with Jupyter lab 3.3.4. Thanks, and I saw on twitter you recently defended so congratulations! |
Also, I was wondering why you chose not to perform multiple testing adjustment of the p-values for the paper? This is why I originally wanted to see how using the Simes method changed the results. As I couldnt get it working I performed BH adjustment on the raw p-values before averaging across the embeddings instead, and saw a large difference for some datasets. Does the way the p-value is dervived make adjustment unnecessary? Sorry for all the questions! |
Hi,
I love the idea of EMBEDR and am very excited to try it out. I have a question and a couple of errors I am trying to deal with though.
I was really hoping to be able to reproduce some of the figures from the papers supplementary, specifically the cell-wise ones (e.g. Fig s13 and s14). In the supp it says that all of these figures are available on the github repository, but the I cannot find them. Could you point me towards them, and the scripts used to produce them?
When setting pVal_type='simes', embObj.fit returns the error:
If you could give me a hand with any of these it would be great!
Thanks!
Ebony
The text was updated successfully, but these errors were encountered: