| cluster_filter {background} | R Documentation |
cluster_filter(background, id.removes);
a new background model that has cluster filtered by the given rule.
let kb = read.background("hsa.xml");
let idset = c("id1","id2","id3");
let filter_kb = kb |> geneSet.filter(idset, min.size=5, max.intersects=500);
print(background_summary(filter_kb));