assoc_Zi.ZjY: Association between variable \(Z_{i}\) and \(Z_{jY}\).
Description
Finding association between variable Z at \(i^{th}\) position and \(Z_{Y}\) at \(j^{th}\) position.
Here, the standard normal variable Z represents the occurence of R=(A,G) and Y=(C, T) at each position in the position wise aligned dataset,
whereas the the standard normal variable \(Z_{R}\) reprsents the occurences of nucleotides A and G at any position based on some threshold values.
Usage
assoc_Zi.ZjY(x, rZiZj)
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.
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 output generated from the function assoc_Zi.Zj.