Convert IPA list to a gene hit list or matrix
Arguments
- IPAlist
listof output fromimportIPAenrichment()- signColname
charactervector of patterns to match the colname in the 'Analysis Ready Molecules' IPA xref table which should indicate the direction of change where present.- signThreshold
numericminimum absolute threshold, default 0, for a value in 'signColname' to be considered a non-zero change.- geneColname
charactervector of patterns to match the colname in the 'Analysis Ready Molecules' IPA xref table which should indicate the gene involved. This column is validated by matching with the 'Canonical Pathways' geneID or geneNames column to ensure all values involved in pathway enrichment are also present in the xref column.- emptyValue
numericdefault 0, passed tolist2imSigned()to use whenreturnType="matrix"in the matrix for non-hits.- returnType
characterstring'list' (default): returns a signed gene list, with
integervectors named by gene.'matrix': returns a numeric
matrixwith gene rownames.
- ...
additional arguments are passed to internal functions
Details
Given a list of IPA data produced by importIPAenrichment()
produce a single list or incidence matrix representing
all gene hits tested by IPA.
See also
Other jam import functions:
enrichDF2enrichResult(),
importIPAenrichment()