assoc_Zi.Zj {corrDNA} | R Documentation |
Association between variable Z_{i}
and Z_{j}
.
Description
Finding association between variables of i^{th}
position and j^{th}
position.
In any position wise aligned sequence dataset, occurences of R=(A,G) and Y=(C, T) at each position can be explained by a standard normal variate Z based on certain threshold value.
So, an association between any two position in the datast can be obtained which will be the association beween the two standard normal variate at this two positions.
However, the two nomal variates reprsenting the occurences of R and Y are independent of each other at a given position.
Usage
assoc_Zi.Zj(x)
Arguments
x |
A dataframe of position wise aligned sequence dataset having A, T, G and C only. |
Details
The user has to supply the sequence dataset in tab delimited format and not in FASTA format. Each sequence (row) should contain only standard nucleotides (A, T, G and C). Each sequence should be same length.
Value
A numeric matrix of order L by L for the dataset of L nucleotides long sequences.
Author(s)
Prabina Kumar Meher & A. R. Rao
Examples
data(don_dat)
kk <- don_dat[1:300,]
zizj <- assoc_Zi.Zj(x=kk)
zizj