CCMask | R Documentation |
removes mtDNA,rDNAand 2-micron plasmid from Fullmaps
CCMask(
path.name = getwd(),
in.mode = "fullmap",
genome = "Cer3H4L2",
rDNA = F,
mtDNA = F,
twomicron = F,
write = T
)
path.name |
A character string defining the RDS file or folder containing FullMaps. |
in.mode |
Reading in .RDS file or a folder of FullMaps? Choose "rds" or "fullmap". Defaults to "rds". |
genome |
"Cer3H4L2" or "pombase2202028" are implemented at the moment. The pombase220208 reference is chromosomes 1—3 plus the mtDNA (4). |
rDNA |
Mask out the rDNA by setting rDNA = F. |
mtDNA |
Mask out the mtDNA by setting mtDNA = F. |
twomicron |
Mask out the twomicron by setting twomicron = F. |
Will Gittens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.