List BED files available through bedhost. By default uses the bedhost default of 1000 records and an initial offset of 0.
bb_list_beds(
bedbase,
genome = NULL,
bed_compliance = NULL,
limit = 1000,
offset = 0
)tibble of BED records
bedbase <- BEDbase()
#> 168207 BED files available.
bb_list_beds(bedbase)
#> # A tibble: 1,000 × 52
#> name genome_alias genome_digest bed_compliance data_format compliant_columns
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 Plas… hg19 GOIHeGSorDrb… bed6+4 encode_nar… 6
#> 2 Youn… mm10 wsDErYxgCXiP… bed5+5 bed_like_rs 5
#> 3 DU01… mm38 TQORtixTJqM3… bed6+0 ucsc_bed 6
#> 4 tota… hg19 GOIHeGSorDrb… bed4+2 bed_like 4
#> 5 af9_… mm38 TQORtixTJqM3… bed6+4 encode_nar… 6
#> 6 enco… hg38 jFm0Uca8a7vK… bed6+4 encode_nar… 6
#> 7 atac… hg19 GOIHeGSorDrb… bed4+1 bed_like 4
#> 8 Huma… hg38 Dx_M8skbJqRO… bed6+3 encode_bro… 6
#> 9 FGFR… mm10 dMjpOU7EvpeZ… bed6+4 encode_nar… 6
#> 10 enco… hg38 EiFob05aCWgV… bed6+4 encode_nar… 6
#> # ℹ 990 more rows
#> # ℹ 46 more variables: non_compliant_columns <chr>, id <chr>,
#> # description <chr>, submission_date <chr>, last_update_date <chr>,
#> # is_universe <chr>, license_id <chr>, annotation.organism <chr>,
#> # annotation.species_id <chr>, annotation.genotype <chr>,
#> # annotation.phenotype <chr>, annotation.description <chr>,
#> # annotation.cell_type <chr>, annotation.cell_line <chr>, …