possible_L_R_pairs_connectome {SpaCCI} | R Documentation |
ConnectomeDB 2020 Database: This function identifies possible ligand-receptor (L-R) pairs based on gene expression data.
possible_L_R_pairs_connectome(gene_spot_expression_dataframe, percentage)
gene_spot_expression_dataframe |
A gene expression data frame with genes as row names and Spot IDs as column names. This data frame is used to verify the presence of all genes involved in the L-R pairs. |
percentage |
A numeric value specifying the minimum percentage of spots in which a gene must be expressed to be considered. The default is 10. |
A list containing:
A data frame of L-R pairs where all genes are present in the 'gene_spot_expression_dataframe' and meet the expression threshold. The data frame includes the ligand and receptor vectors, and the combined gene vectors.
A data frame with detailed information about the identified L-R pairs, including their original annotations from the ConnectomeDB 2020 dataset.