Description Usage Arguments Value
View source: R/biopaxToCytoscape.R
Gets and pastes together comments for all elements in the data.frame provided by rBiopaxParser's readBiopax function.
1 | getComments(tdf)
|
tdf |
data.frame, the section of the biopax data frame to pull comments about nodes from. Must have columns "property", "property_value" and "id" |
data frame with two columns "id" and "comment" where multiple comments are sepparated by pipes (ie, "|")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.