assoc_ZiR.ZjR: Association between variable \(Z_{iR}\) and \(Z_{jR}\).
Description
Finding association between variable \(Z_{R}\) at \(i^{th}\) position and \(Z_{R}\) at \(j^{th}\) position.
Here, the standard normal variable \(Z_{R}\) reprsents the occurences of nucleotides A and G at any position based on some threshold value.
Usage
assoc_ZiR.ZjR(x, rZiZj, rZiZjR)
Arguments
x
A dataframe of position wise aligned sequence dataset having A, T, G and C only.
rZiZj
An object generated by using the function assoc_Zi.Zj.
rZiZjR
An object generated by using the function assoc_Zi.ZjR.
Value
A numeric matrix of order L by L for the dataset of L nucleotides long sequences.
Details
The user has to supply the input dataset as well as the outputs generated from the functions assoc_Zi.Zj and assoc_Zi.ZjR.