filter_reads | R Documentation |
Filters guides out with too few read counts from a given reads dataframe and a given set of columns (e.g. T0 columns).
filter_reads(df, cols, min_reads = 30, max_reads = 10000)
df |
Reads dataframe. |
cols |
Columns to filter by. |
min_reads |
Minimum number of reads to keep (anything below this value will be filtered out). |
max_reads |
Maximum number of reads to keep (anything above this value will be filtered out). |
Filtered dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.