powered by
Extracts the fold change and p-values across the SkeletalVis database for the specified genes.
get_gene_fold_changes( skeletalvis, gene_symbols, return_fdr = TRUE, add_meta_data = TRUE )
A tibble containing gene expression results for the specified genes.
The path to the SkeletalVis data folder.
The human gene symbols to extract fold change and FDR values for.
Return FDR values (FALSE by default).
Add metadata such as species, tissue, description of overall experiment and specific comparison
skeletalvis <- load_skeletalvis(demo=TRUE) gene_results <- get_gene_fold_changes(skeletalvis, c("SOX9","ACAN")) head(gene_results)
Run the code above in your browser using DataLab