Return a tibble of BED files in BEDset given its id.
bb_beds_in_bedset(bedbase, bedset_id)tibble of BED files in BEDset
bedbase <- BEDbase()
#> 130451 BED files available.
ex_bedset <- bb_example(bedbase, "bedset")
bb_beds_in_bedset(bedbase, ex_bedset$id)
#> # A tibble: 2 × 30
#> name genome_alias bed_compliance data_format compliant_columns
#> <chr> <chr> <chr> <chr> <chr>
#> 1 OCIAML_2_shCtrl_BR2… hg19 bed6+4 encode_nar… 6
#> 2 OCIAML_2_shCtrl_BR1… hg19 bed6+4 encode_nar… 6
#> # ℹ 25 more variables: non_compliant_columns <chr>, id <chr>,
#> # description <chr>, submission_date <chr>, last_update_date <chr>,
#> # is_universe <chr>, license_id <chr>, annotation.species_name <chr>,
#> # annotation.species_id <chr>, annotation.genotype <chr>,
#> # annotation.phenotype <chr>, annotation.description <chr>,
#> # annotation.cell_type <chr>, annotation.cell_line <chr>,
#> # annotation.tissue <chr>, annotation.library_source <chr>, …