View source: R/functions_file_helpers.R
| writeBigBed | R Documentation |
Write gr to bigbed file
writeBigBed(
gr,
bbf,
bedf = sub("\\.bb$", "\\.bed", bbf),
chrSizes = "~/hg38_chrsizes.txt",
cleanup_beds = TRUE
)
gr |
gr to save |
bbf |
name of final output bigbed file |
bedf |
name of intermediate bedfiles |
chrSizes |
chrSizes file to use, default is hg38 |
cleanup_beds |
remove beds when done? TRUE |
path to big bed file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.