Description Usage Arguments Value Examples
function filters out every clonotypes having low counts across all samples.
1 | filterCount(x, n = 1)
|
x |
an object of class [ |
n |
an integer below this value clonotypes will be filtered out |
an object of class RepSeqExperiment
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
# filter clonotypes having less than 3 counts accros all samples
filterdata <- filterCount(RepSeqData, n=3)
filterdata
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.