# Get the path to the directory with the accessions.txt file
skeletalvis_path <- load_skeletalvis(demo=TRUE)
# Retrieve the metadata
metadata <- get_comparisons(skeletalvis_path)
# View the metadata
head(metadata)
metadata <- get_comparisons(skeletalvis_path, "GSE85761")
Run the code above in your browser using DataLab