View source: R/VDJ_extract_germline_MIXCR.R
VDJ_germline | R Documentation |
Function to infer the germline from the tree
VDJ_germline(VDJ, germlines.from, VDJ.only)
VDJ |
VDJ dataframe obtained after calling VDJ_call_MIXCR or any other germline you want to use |
germlines.from |
MIXCR or any other germline caller - default: MIXCR |
VDJ.only |
boolean - if T, only Heavy Chain (VDJ) germline will be inferred |
VDJ with the updated germline
try({
VDJ_germline(VDJ, germlines.from='MIXCR',
VDJ.only=T)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.