R/AllGenerics.R
, R/method-plot_barcode.R
bc_plot_mutual.Rd
Draw barcode count scatter plot for all pairwise combinations of samples
within a BarcodeObj
object. It uses cleanBc
slot in the
BarcodeObj
object is used to draw the figure. If the BarcodeObj
object does not have a cleanBc slot, you have to run the bc_cure*
functions in ahead, such as bc_cure_depth
,
bc_cure_umi
.
bc_plot_mutual(
barcodeObj,
count_marks = NULL,
highlight = NULL,
log_coord = TRUE,
alpha = 0.7
)
# S4 method for class 'BarcodeObj'
bc_plot_mutual(
barcodeObj,
count_marks = NULL,
highlight = NULL,
log_coord = TRUE,
alpha = 0.7
)
A BarcodeObj
object, which has a cleanBc
slot
A numeric or numeric vector, specifying the read count cutoff in the scatter plot for each sample.
A character vector, specifying the barcodes to be highlighted.
A logical value, if TRUE (default), the x
and
y
coordinates of the scatter plot will be logarized by log10.
A numeric between 0 and 1, specifies the transparency of the dots in the scatter plot.
A scatter plot matrix.