Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
model_consensus: Intersection of genes
Description
This function finds the intersection of genes and provide a score for them. Return a consensus model or a vector of scores.
Usage
model_consensus(bmodel_list, model_encoding, format = "vec")
Arguments
bmodel_list
list of BoolModel.
model_encoding
list. Use for compressing and decompressing Boolean models.
format
character. Specifies which format to return. Possible values: 'vec', 'df'. Default to 'vec'.