clones.filterFunctionality: Filter for productive/unproductive clones

Description Usage Arguments Value Author(s) References See Also Examples

Description

Clones containing only productive or only unproductive sequences are filtered.

Usage

1
2
clones.filterFunctionality(clones.tab = NULL, 
     filter = c("productive", "unproductive"))

Arguments

clones.tab

A data frame containing clones and their characteristics

filter

Filter feature

Value

Output is a data frame, that contains clones with only productive or unproductive sequences.

Author(s)

Julia Bischof

References

IMGT/LIGM-DB labels: http://www.imgt.org/ligmdb/label

IMGT/HighV-QUEST definition of functionality: http://www.imgt.org/IMGTScientificChart/SequenceDescription/IMGTfunctionality.html#func

See Also

clones.filterJunctionFrame, clones.filterSize

Examples

1
2
3
4
data(clones.ind)

productiveClones<-clones.filterFunctionality(clones.tab = clones.ind, 
     filter = "productive")

bcRep documentation built on May 2, 2019, 5:14 a.m.