Displaying 1 result from an estimated 1 matches for "frmt".
Did you mean:
fmt
2012 Dec 28
0
How to apply XPath query on XML nodes separately?
...;& length( ndst ) > 0 )
vapply( ndst, xmlGetAttr, vector( mode='character', length=1 ), 'id' )
else
NULL
}
tryCatch( block(), error=function( err ) {
warning( err, " caused by document ", doc )
})
}
uniprotkb.url <- function( accession, frmt='xml' ) {
# Returns valid URL to access Uniprot's RESTful Web-Service to download
# data about the Protein as referenced by the argument 'accession'.
# Note, that the accession is URL encoded before being pasted into the
# Uniprot URL template.
#
# Args:
# accessi...