Check if the input genesets have the expected format for this app

.checkGenesets(
  genesets,
  col_name_genesets = "Genesets",
  col_name_genes = "Genes"
)

Arguments

genesets

a list, A list of genesets where each genesets is represented by list of genes.

col_name_genesets

character, the name of the column in which the geneset ids are listed. Defaults to "Genesets".

col_name_genes

character, the name of the column in which the genes are listed. Defaults to "Genes".

Value

A validated and formatted genesets data frame.