Description Usage Arguments Details Value Methods Author(s) See Also Examples
Classifies into inverted or non-inverted populations each chromosome in the sample.
1 | 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
1 2 3 | data(invList)
r<-getClassif(invList)
head(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.