Description Usage Arguments Examples
View source: R/window_size_cor.R
This function is one of the functions that makes EntropyMSA works.
1 | window_size_cor(MSA3, n, randomise)
|
MSA3 |
The input is a multiple sequence alignment in FASTA format. |
n |
By default, n = 1, which means only a single character per alignment column per sequence. For example, users may change to n = 9 for nonamer scoring instead of monomer. |
randomise |
This parameter allows users to try other corrected entropy values. By default, set.seed is used in entropy correction and hence, same values are produced, which made it easier for the empiral study to determine the effects of correction in various sample and population sizes. |
1 | #see EntropyMSA function
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.