filterCount: filter clonotypes based on counts

Description Usage Arguments Value Examples

Description

function filters out every clonotypes having low counts across all samples.

Usage

1
filterCount(x, n = 1)

Arguments

x

an object of class [RepSeqExperiment]

n

an integer below this value clonotypes will be filtered out

Value

an object of class RepSeqExperiment

Examples

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)

ph-pham/RepSeq documentation built on Dec. 22, 2021, 7:47 a.m.