get.npci.data {fCI} | R Documentation |
return a fCI object given the gene expression data
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
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)