sub_bed | R Documentation |
Replace extension '.bed'
sub_bed(path, replacement = "", stop_if_not_ext = TRUE)
path |
String with extension '.bed'. |
replacement |
Replacement of '.bed'. Default replaces by nothing. Can be useful to replace e.g. by '.bim' or '.fam'. |
stop_if_not_ext |
If |
String with extension '.bed' replaced by replacement
.
path <- "toto.bed"
sub_bed(path)
sub_bed(path, ".bim")
sub_bed(path, ".fam")
sub_bed(path, "_QC", stop_if_not_ext = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.