makeFeatureModelPrevalenceNetworkCooccur | R Documentation |
This function will use the coocur package to compute the co-occurance of features in a population of models
makeFeatureModelPrevalenceNetworkCooccur(
pop.noz,
feature.annot,
alpha = 0.05,
verbose = TRUE,
layout = "circlular"
)
pop.noz: |
a data.frame of in features in the rows and models in the columns. This table contains the feature coefficients in the models and is obtained by makeFeatureAnnot() |
feature.annot: |
a data frame with annotation on features obtained by makeFeatureAnnot() |
alpha: |
the significane p-value of the co-occurance. |
verbose: |
print out information during run |
layout: |
the network layout by default is circular (layout_in_circle) and will be a weighted Fruchterman-Reingold otherwise |
plots a graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.