Description Usage Arguments Value Examples
This is a helper which function takes in sequence data in table form, along with a threshold, to each column (e.g. if threshold is set as 0.0005, only rows in which an element is above 0.05 its column will be kept).
1 | threshold(your_data, thresh = 5e-04, thresh_type = "relative")
|
your_data |
A data frame. Usually individual barcodes in rows and samples in columns. |
thresh |
Numeric. |
thresh_type |
Character. One of "relative" or "absolute" |
A data frame where all rows (barcodes) that did not have at least one element meet the threshold have been discarded.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.