perMark | R Documentation |
calculates fraction (%) of chromosome for each mark
perMark(dfMarkPos, listOfdfChromSize, result = "list", bToRemove = "")
dfMarkPos |
data.frame, of marks' position |
listOfdfChromSize |
list of data.frames or data.frame of chr. sizes. |
result |
character, type of return, |
bToRemove |
character vector, bands to ignore |
list
load(system.file("shinyApps", "iBoard/www/rda/monoholoCS.rda", package = "idiogramFISH"))
load(system.file("shinyApps", "iBoard/www/rda/monoholoMarks.rda", package = "idiogramFISH"))
monoholoMarks2 <- fillMarkInfo(monoholoMarks, monoholoCS)
perMark(monoholoMarks2, monoholoCS, result = "data.frame")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.