View source: R/Import.functions.R
ImportVDJ | R Documentation |
This function import the VDJ data from the SPTCR-Pipline or IgBlast
ImportVDJ( object, barcodes.df, IgBlast.df, Pychoper = F, Filter.cdr3 = T, ram = 8, cors = 16 )
object |
The data frame with barcodes and the ReArrangment parameters |
barcodes.df |
Data frame of the barcodes, with the following cols: c("ID", "barcodes"): ID: Sequencing ID, barcodes: The annotated Barcode |
IgBlast.df |
Optimized IgBlast output with the following cols: c("ID", "c", "v", "d", "j", "CDR3"). ID: Sequencing ID, c: Constant Region, v,d,j calls, and the CDR3 sequence |
Pychoper |
If the Pychopper option was used before IgBlast (in the pipline) |
SPATA object
Dieter Henrik Heiland
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.