Split Annotation Data
split_Anno.RdThis function extracts and reconstructs the path2gene and path2name data frames
from an annotation environment created by the build_Anno function. It retrieves
and organizes pathway IDs and associated gene IDs, as well as pathway names, into
two separate data frames.
Value
A list with two components:
- path2gene
A data frame with two columns:
pathIDandgeneID, representing the relationship between pathway IDs and gene IDs.- path2name
A data frame with two columns:
pathIDandpathName, representing the mapping between pathway IDs and their corresponding names. IfPATHID2NAMEis not present in the environment, this component will beNULL.