Join functions now include a "tissue_type" parameter to allow specification for "tumor","normal", or defaults to "both" types of cell tissue data to be returned.
Several utils have been added with this release, including:
"wrap_pearson_corr", which returns a dataframe with columns comparison, correlation coefficient, and p value from a given dataframe.
"get_interacting_proteins_wikipathways", which takes a given protein and finds a list of all proteins that interact with it according to wikipathways.
"get_protein_pathways", which takes a given protein and uses wikipathways to find the pathways that the protein is involved in.
"list_pathways", which returns all possible pathways from wikipathways.
"get_proteins_in_pathway", which takes a pathway and lists all proteins involved in it.
Bug fixes for missing dataframe in lscc version 1.0 data.