#Example to produce a motif color map where migrant populations are filtered out, mask is off
if (FALSE) PALM("DRB1*26F~28E~30Y",
variantType="motif",
mask = FALSE,
filterMigrant=TRUE,
filename = SSHAARP::solberg_dataset)
#Example to produce an allele greyscale map where migrant populations are not filtered, mask is on
if (FALSE) PALM("DRB1*01:01",
variantType="allele",
mask = TRUE, color=FALSE,
filterMigrant=FALSE,
filename = SSHAARP::solberg_dataset)
#Example to produce a color allele map with mapScale T and the allele has more than 2 fields
if (FALSE) PALM("DRB1*01:01:01",
variantType="allele",
filterMigrant=FALSE,
mapScale=TRUE,
filename = SSHAARP::solberg_dataset)
#Example to produce a color haplotype map with default parameters with the mock haplotype dataset
if (FALSE) PALM("DRB1*01:01~A*01:01",
variantType = "haplotype",
filename = SSHAARP::mock_haplotype_dataset)
Run the code above in your browser using DataLab