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()
#> 168207 BED files available.
ex_bedset <- bb_example(bedbase, "bedset")
bb_beds_in_bedset(bedbase, ex_bedset$id)
#> # A tibble: 37 × 30
#> name genome_alias genome_digest bed_compliance data_format compliant_columns
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 D2 S… mm10 hW3Ba5zoufl3… bed6+4 encode_nar… 6
#> 2 EZH2… mm10 hW3Ba5zoufl3… bed6+4 encode_nar… 6
#> 3 WT T… mm10 dMjpOU7EvpeZ… bed6+4 encode_nar… 6
#> 4 WT T… mm10 dMjpOU7EvpeZ… bed6+4 encode_nar… 6
#> 5 Naiv… mm10 hW3Ba5zoufl3… bed6+4 encode_nar… 6
#> 6 D2 S… mm10 dMjpOU7EvpeZ… bed6+4 encode_nar… 6
#> 7 WT T… mm10 hW3Ba5zoufl3… bed6+4 encode_nar… 6
#> 8 EZH2… mm10 dMjpOU7EvpeZ… bed6+4 encode_nar… 6
#> 9 D5 S… mm10 hW3Ba5zoufl3… bed6+4 encode_nar… 6
#> 10 D2 S… mm10 dMjpOU7EvpeZ… bed6+4 encode_nar… 6
#> # ℹ 27 more rows
#> # ℹ 24 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>, …