COSNet
This package is for version 3.7 of Bioconductor; for the stable, up-to-date release version, see COSNet.
Cost Sensitive Network for node label prediction on graphs with highly unbalanced labelings
Bioconductor version: 3.7
Package that implements the COSNet classification algorithm. The algorithm predicts node labels in partially labeled graphs where few positives are available for the class being predicted.
Author: Marco Frasca and Giorgio Valentini -- Universita' degli Studi di Milano
Maintainer: Marco Frasca<frasca at di.unimi.it>
citation("COSNet")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("COSNet")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("COSNet")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.