This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deepblue_extract_metadata <- function(epi_mark,epi_project, auth_key) { | |
#get sample ids | |
experiments_ids <- deepblue_list_experiments(epigenetic_mark = epi_mark, | |
project = epi_project, | |
user_key = auth_key) | |
#extracting all information | |
metadata <- deepblue_info(deepblue_extract_ids(experiments_ids), user_key = auth_key) | |