Description Usage Arguments Details Value Author(s) Examples
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.
1 | assoc_Zi.Zj(x)
|
x |
A dataframe of position wise aligned sequence dataset having A, T, G and C only. |
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.
A numeric matrix of order L by L for the dataset of L nucleotides long sequences.
Prabina Kumar Meher & A. R. Rao
1 2 3 4 | data(don_dat)
kk <- don_dat[1:300,]
zizj <- assoc_Zi.Zj(x=kk)
zizj
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.