View source: R/05_filter_corecmotifs.R
| filter_corecmotifs | R Documentation |
Filter a list of CoRecMotifs, retaining only those that satisfy all of your conditions.
filter_corecmotifs(
corecmotifs,
probe_set = NULL,
pbm_condition = NULL,
array_id = NULL,
motif_strength = NULL,
rolling_ic = NULL,
seed_sequence = NULL,
motif_name = NULL,
match_name = NULL,
match_altname = NULL,
match_pvalue = NULL,
match_cluster = NULL,
output_file = NULL,
check_corecmotifs = TRUE
)
corecmotifs |
|
probe_set |
|
pbm_condition |
|
array_id |
|
motif_strength |
|
rolling_ic |
|
seed_sequence |
|
motif_name |
|
match_name |
|
match_altname |
|
match_pvalue |
|
match_cluster |
|
output_file |
|
check_corecmotifs |
|
A list of CoRecMotifs that pass the given filters.
check_replicates() for filtering groups of replicate
CoRecMotifs.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.