velmeshev_gene_df | R Documentation |
From https://www.science.org/doi/10.1126/science.aav8130,
data supplement S4 (i.e., aav8130_data-s4.xls
)
velmeshev_gene_df
## 'velmeshev_gene_df' A data frame with 692 rows (genes) and 14 columns:
Cell type that the DEG was in
ENSG gene ID
Gene name
Biotype
See original paper for details
See original paper for details
See original paper for details
See original paper for details
boolean
boolean
boolean
boolean
boolean
boolean
<https://www.science.org/doi/10.1126/science.aav8130>
## Not run:
# How the data was loaded
tib <- readxl::read_xls("aav8130_data-s4.xls",
sheet = "ASD_DEGs")
velmeshev_gene_df <- as.data.frame(tib)
usethis::use_data(velmeshev_gene_df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.