R/make_id_x.R

'make_id_x' <- function (patient_id,
			 chrom,
			 pos,
			 ref,
			 alt)
{
	return(invisible(paste0(patient_id, ":", chrom, ":", pos, ":", ref, ">", alt)))
}
ndbrown6/MSK-GRAIL-TECHVAL documentation built on March 29, 2020, 4:41 p.m.