View source: R/06_check_replicates.R
check_replicates | R Documentation |
Filter a list of CoRecMotifs based on whether they are reproducible, i.e., found in multiple replicate experiments.
check_replicates(
corecmotifs,
n_replicates = 2,
eucl_distance = 0.4,
output_file = NULL,
check_corecmotifs = TRUE
)
corecmotifs |
|
n_replicates |
|
eucl_distance |
|
output_file |
|
check_corecmotifs |
|
This function is intended to be used in concert with filter_corecmotifs()
.
For example, you may want to remove any PBM condition/probe set combination
that does not have at least 3 replicate CoRecMotifs with
a motif strength of at least 1. In this case you would use
filter_corecmotifs()
with motif_strength = 1
to remove individual
CoRecMotifs with low motif strengths followed by
check_replicates()
with n_replicates = 3
to remove any replicate groups
that have fewer than 3 remaining CoRecMotifs.
A list of CoRecMotifs that are replicating.
filter_corecmotifs()
for filtering individual
CoRecMotifs.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.