Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/findDivergencefCI.R
estimate fCI divergence for given samples of aritrary dimensions
1 | divergence.multivariate.distributions(null.data, diff.data, choice = 2)
|
null.data |
the empirical null dataset (a dataframe of none-zero ratio values) |
diff.data |
the case-control dataset (a dataframe of none-zero ratio values) |
choice |
choice=1 => cross entropy choice=2 => Helligan distance choice=3 => KL distance |
TBD
divergences |
The estimated divergence given control-control and case- control expression ratios |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
1 2 3 | null.data=data.frame(matrix(sample(seq(from=0.1,to=10, by=0.01), 100), 100,1))
diff.data=data.frame(matrix(sample(seq(from=0.1,to=10, by=0.01), 100), 100,1))
divergence.multivariate.distributions(null.data, diff.data, choice = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.