-
Notifications
You must be signed in to change notification settings - Fork 102
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
About using FDR in heatmap #751
Comments
Hi @RubD |
hi @Pedramto89, the result from The first element of the list is the raw simulation table data and the second element provides a data.table with information about enrichment and significance (e.g. fdr). You can work with the data.table or convert that into a data.frame if you want (e.g. |
Thank you for your prompt response @RubD ! I guess you are referring to this: As you know, in most biological experiments, the statistical ajd.p.val cutoff is lower than 0.05;however, here, I see p.adj_higher and p.adj_lower which makes me confused about which one should I select as the cutoff? |
Story
I did an analysis for cell-to-cell proximity and tried to visualize the results via heatmap built in function in giotto. However, I am not sure how in this code or plot, the FDR has been involved and should be interpreted.
...
Error Message
# Your error message here
Expected behavior
I expected to see a kind of plot that involves the FDR results into the cell-to-cell proximity enrichment scores. I used this code:
"cell_proximity_results <- cellProximityEnrichment(
gobject = my_giotto_object,
spatial_network_name = "kNN_network",
cluster_column = "subcluster_combined",
number_of_simulations = 1000,
adjust_method = "fdr",
set_seed = TRUE,
seed_number = 1234
)"
If applicable, add screenshots to help explain your problem.
NOTE: Screenshots of the attempted function call and full error message(s) are helpful for troubleshooting!
System Information
Please replace the following according to your machine:
The text was updated successfully, but these errors were encountered: