gandal_df | R Documentation |
From https://www.nature.com/articles/s41586-022-05377-7,
Supplementary Data 3 (i.e., 41586_2022_5377_MOESM5_ESM.xlsx
)
gandal_df
## 'gandal_df' A data frame with 24836 rows (genes) and 3 columns:
Gene symbol
Estimated log fold change
FDR q-value
<https://www.nature.com/articles/s41586-022-05377-7>
## Not run:
# How the data was loaded
df <- openxlsx::read.xlsx("/Users/kevinlin/Downloads/41586_2022_5377_MOESM5_ESM.xlsx",
sheet = "DEGene_Statistics")
gandal_df <- df[,c("external_gene_name", "WholeCortex_ASD_logFC", "WholeCortex_ASD_FDR")]
usethis::use_data(gandal_df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.