setMaskBySpecies {sesame} | R Documentation |
Set mask using species-specific manifest
setMaskBySpecies(sdf, species = "homo_sapiens")
sdf |
a |
species |
the species the sample is considered to be |
a SigDF
with updated color channel and mask
sdf = sesameDataGet('Mammal40.1.SigDF') sdf_mouse = setMaskBySpecies(sdf, "mus_musculus")