Entering edit mode
michael watson IAH-C
★
3.4k
@michael-watson-iah-c-378
Last seen 10.2 years ago
Hi
> mark.pathway.by.objects
function pathway.id, object.id.list)
{
return(.SOAP(KEGGserver, "mark_pathway_by_objects", .soapArgs =
list(pathwya_id = pathway.id,
object_id_list = object.id.list), action = KEGGaction,
xmlns = KEGGxmlns))
}
I just wondered if the "pathwya_id" type in the above function will
have
any effect? (I don't know as I'm struggling to get this to work
through
my proxy)
Mick