This function is to check if the gene IDs in the gene sets, data matrix and direction matrix match well.
check_gene_name_match(
genes_in_Gene_sets,
genes_in_Data,
genes_in_Direction_matrix
)
If there are more than 10\
the single sample directional gene set analysis would stop.
A list of gene names from the gene sets.
A list of gene names from the data matrix.
A list of gene names from the direction matrix.
Before single sample directional gene set analysis, it is necessary to check whether the gene ID types in the gene sets, data matrix and direction matrix have the same gene ID type. If not, the ssdGSA and ssdGSA_individual would stop, and users should double check to make gene ID types in different parts match one another.