Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/precomputefCI.R
return a fCI object given the gene expression data
1 | get.npci.data(sample.data.normalized, wt.index, df.index)
|
sample.data.normalized |
|
wt.index |
|
df.index |
TBD
expression ratio |
a dataframe of fCI gene expression ratios (folds) defined by control-control index and control-case index |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
1 2 3 4 5 | sample.data.normalized=data.frame(matrix(sample(3:100, 100*4, replace=TRUE),
100,4))
wt.index=c(1,2)
df.index=c(1,3)
get.npci.data(sample.data.normalized, wt.index, df.index)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.