'make_id_x' <- function (patient_id,
chrom,
pos,
ref,
alt)
{
return(invisible(paste0(patient_id, ":", chrom, ":", pos, ":", ref, ">", alt)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.