venn_detects {autonomics}R Documentation

Venn detects

Description

Venn diagram full/systematic/random detects

Usage

venn_detects(object, subgroup)

Arguments

object

SummarizedExperiment

subgroup

subgroup symbol

Value

NULL

Examples

file <- download_data('fukuda20.proteingroups.txt')
object <- read_proteingroups(file, impute=FALSE, plot = FALSE)
venn_detects(object, subgroup)

[Package autonomics version 1.1.7 Index]