Description Usage Arguments Details Author(s) See Also Examples
Returns 1 or -1 indicating a chromosomal change based upon an input percentage.
1 | isAbnormal(x, percent = 0.5)
|
x |
genomic data, can contain NA's |
percent |
numeric argument - a fraction or percentage |
This simple function is used by cset2band
.
Karl Dykema
1 2 3 4 5 6 7 | #Not abnormal
isAbnormal(c(1,NA))
#Abnormal; +
isAbnormal(c(1,NA,1))
#Abnormal; -
isAbnormal(c(1,NA,-1,-1,-1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.