cross_pairwise_plot | R Documentation |
Correlation plot based on two peptide / biochemical profiles.
cross_pairwise_plot(query, subject)
query |
Peptide target. Only 9-mers are supported. |
subject |
Putative off-target candidate. Only 9-mers are supported. |
Returns a corrplot object
query <- 'EVDPIGHLY'
subject <- 'ESDPIVAQY'
cross_pairwise_plot(query = query, subject = subject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.