filter_by_count | R Documentation |
Counts the number of samples each proteoform occurs in and filters out any proteoforms that occur in fewer samples than the threshold.
filter_by_count(x, count_within, count, threshold)
x |
A |
count_within |
A character vector specifying the variables that will be
grouped before counting the number of occurrences of the |
count |
A character string indicating the variable that will be counted. |
threshold |
An integer. The value that will be used to remove rows whose count falls below the threshold. |
A data.table
where all rows containing proteoforms with counts
below the threshold are filtered out.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.