Learn R Programming

bcRep (version 1.3.6)

clones.filterFunctionality: Filter for productive/unproductive clones

Description

Clones containing only productive or only unproductive sequences are filtered.

Usage

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.

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

Run this code
data(clones.ind)

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

Run the code above in your browser using DataLab