geteenet.Rd
Generate exposures-exposures network
geteenet(expo, cutoff = 0.9, nacf = 0.2, e = NULL, name = NULL, ...)
exposures dataframe with row as exposures/peaks and column as samples
correlation coefficient cutoff
NA cutoff for exposure, exposure with NA percentage larger than cutoff will be removed and others will be imputed by knn methods, default 0.2
value or vector, specific exposure or peak to its export network
export gml file for Cytoscape
other parameters for `cor`
list with index of exposures clusters, exposures clusters data and edge table
data(expo)
ee <- geteenet(expo)
#> 7 exposures could be used for network analysis
#> exposures have no correlation with each others.