Displaying 1 result from an estimated 1 matches for "a0aei7".
Did you mean:
a0ae
2012 Dec 28
0
How to apply XPath query on XML nodes separately?
...39;GO'=extractExperimentallyVerifiedGoAnnos( d ) )
})
)
colnames( annos ) <- uniprot.accessions
# Exclude NULL columns:
annos[ , as.character( annos[ 'GO', ] ) != 'NULL' , drop=F ]
}
}
as.data.frame( retrieveExperimentallyVerifiedGOAnnotations(c("A0AEI7",
"Q9ZZX1")) )
Returns:
A0AEI7 Q9ZZX1
GO GO:0004519, GO:0006316 GO:0004519, GO:0006316
But should only have a single column, because A0AEI7 does not have any
experimentally verified Gene Ontology annotations.
Thank you very much in advance for yo...