Description Usage Arguments Details Value Note Author(s) References See Also Examples
summerize the result after fCI computation is done
1 | summarize(.Object)
|
.Object |
the class object, for exaple, fci = new("NPCI") |
TBD
NA |
No values will be returned |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
1 2 3 4 5 6 7 8 9 10 11 | data.file=data.frame(matrix(sample(3:100, 100*4, replace=TRUE), 100,4))
wt.index=c(1,2)
df.index=c(1,3)
npci=new("NPCI")
npci@wt.index=wt.index
npci@df.index=df.index
npci@sample.data.normalized=data.file
npci=initialize(npci)
npci=normalization(npci)
npci=populate(npci)
npci=summarize(npci)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.