Learn R Programming

idiogramFISH (version 2.0.13)

perMark: FUNCTION perMark

Description

calculates fraction (%) of chromosome for each mark

Usage

perMark(dfMarkPos, listOfdfChromSize, result = "list", bToRemove = "")

Value

list

Arguments

dfMarkPos

data.frame, of marks' position

listOfdfChromSize

list of data.frames or data.frame of chr. sizes.

result

character, type of return, "data.frame" or "list"

bToRemove

character vector, bands to ignore

Examples

Run this code
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")

Run the code above in your browser using DataLab