Finding association between variable Z at
assoc_Zi.ZjR(x, rZiZj)
A dataframe of position wise aligned sequence dataset having A, T, G and C only.
An object generated by using the function assoc_Zi.Zj
.
A numeric matrix of order L by L for the dataset of L nucleotides long sequences.
The user has to supply the input dataset as well as the output generated from the function assoc_Zi.Zj
.
# NOT RUN {
data(don_dat)
kk <- don_dat[1:300,]
zizj <- assoc_Zi.Zj(x=kk)
zizjr <- assoc_Zi.ZjR(x=kk, rZiZj=zizj)
zizjr
# }
Run the code above in your browser using DataLab