Split Annotation Data
split_Anno.Rd
This 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:
pathID
andgeneID
, representing the relationship between pathway IDs and gene IDs.- path2name
A data frame with two columns:
pathID
andpathName
, representing the mapping between pathway IDs and their corresponding names. IfPATHID2NAME
is not present in the environment, this component will beNULL
.