get_png {STRINGdb} | R Documentation |
Returns a png image of a STRING protein network with the given identifiers.
## S4 method for signature 'STRINGdb' get_png(string_ids, required_score=NULL, network_flavor="evidence", file=NULL, payload_id=NULL)
string_ids |
a vector of STRING identifiers. |
required_score |
minimum STRING combined score of the interactions (if left NULL we get the combined score of the object, which is 400 by default). |
network_flavor |
specify the flavor of the network ("evidence", "confidence" or "actions". default "evidence"). |
file |
file where to save the image |
payload_id |
identifier of the payload |
Returns a png image of a STRING protein network with the given identifiers.
Andrea Franceschini