
Last chance! 50% off unlimited learning
Sale ends in
dropECode(inlist, code="IEA")
code
.
lapply
and sapply
to find
and eliminate those terms that have the specified evidence codes.This might be used when one is using to GO to validate a sequence matching experiment (for example), then all terms whose mapping was based on sequence similarity (say ISS and IEA) should be removed.
getEvidence
, getOntology
library("hgu95av2.db")
bb <- hgu95av2GO[["39613_at"]]
getEvidence(bb[1:3])
cc <- dropECode(bb[1:3])
if (length(cc))
getEvidence(cc)
Run the code above in your browser using DataLab