clones.IDlist: Match sequence ID's and clone ID's

Description Usage Arguments Details Author(s) See Also Examples

Description

Get information about which sequences belong to the same clone (see details). This analysis can only be performed, if sequence ID's are returned in table containing clones (clones(..., dispSeqID = T)).

Usage

1
clones.IDlist(clones.seqID = NULL, summarytab.seqID = NULL)

Arguments

clones.seqID

A vector containing the column "Sequence_IDs" of the output of function clones()

summarytab.seqID

A vector containing the column "Sequence_ID" of 1_Summary(...).txt IMGT table

Details

This function returns information about each sequence given in den IMGT tables and the corresponding clone. This analysis can only be performed, if sequence ID's are returned in table containing clones (clones(..., dispSeqID = T)).

There are two columns: Sequence_ID and Clone_ID, where Sequence_ID is the same ID given in IMGT tables and Clone_ID is a ID representing all the given clones (clone_1, ..., clone_n, where n is the number of clones; "no_clone" represents the sequences, which belong to none of the clones [probably due to too small abundances]).

If summarytab.seqID is provided, the output table will be ordered like the sequences of the IMGT tables; including those sequences, which belong to no clone. If not, sequences are ordered for sequence ID of the clones.seqID vector.

Author(s)

Julia Bischof

See Also

clones

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(summarytab)
data(aaseqtab)
clone.table<-clones(summarytab = summarytab, aaseqtab = aaseqtab, useJ = T, 
                         dispSeqID = T)

clone.ID<-clones.IDlist(clones.seqID = clone.table$Sequence_IDs, 
                        summarytab.seqID = summarytab$Sequence_ID)

## End(Not run)

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