cross_pairwise_plot: Correlation plot

View source: R/cross_plots.R

cross_pairwise_plotR Documentation

Correlation plot

Description

Correlation plot based on two peptide / biochemical profiles.

Usage

cross_pairwise_plot(query, subject)

Arguments

query

Peptide target. Only 9-mers are supported.

subject

Putative off-target candidate. Only 9-mers are supported.

Value

Returns a corrplot object

Examples

query <- 'EVDPIGHLY'
subject <- 'ESDPIVAQY'
cross_pairwise_plot(query = query, subject = subject)

oandrefonseca/crossdome documentation built on March 30, 2023, 7:10 p.m.