Build list for cross-talk calculation from database list
preparing_gs_list.Rd
The function build a gene-set list compatible with `gs_cross-talk()` for cross-talk calculation starting from a provided gene set database and genes (with weights) of interest.
Arguments
- gs_names
names of the gene-sets, to be used to build the gene-set list. Should have the same length of `gs_gene`
- gs_genes
names of the genes in the gene-sets `gs_genes`
- weights
named vector with a weight for each gene in `gs_gene`. If `NULL` the function assigns `1` to each gene
- min_size, max_size
filtering the gene sets to maintain only the ones that have at least `min_size` or less than `max_size` number of genes