getClassif-methods {inveRsion} | R Documentation |
Classifies into inverted or non-inverted populations each chromosome in the sample.
getClassif(object, thBic, wROI, bin,geno,id,nmod)
object |
|
thBic |
|
wROI |
|
bin |
|
geno |
|
id |
|
nmod |
|
The overall classification of chromosomes into inverted and non-inverted populations is given by the weighted average of the classifications obtained for each trial segment in the ROI, with BIC greater than thBic
.
numeric
. Vector with values between 0 and 1 representing membership to the non-inverted and inverted population respectively.
signature(object = "inversionList")
for each of the inversions of the list, it returns the classification of each chromosome.
Alejandro Caceres acaceres@creal.cat
data(invList) r<-getClassif(invList) head(r)