Learn R Programming

Platypus (version 3.6.0)

VDJ_germline: Infer germline from the desired software/caller

Description

Function to infer the germline from the tree

Usage

VDJ_germline(VDJ, germlines.from, VDJ.only)

Value

VDJ with the updated germline

Arguments

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

Examples

Run this code
# \donttest{
try({
VDJ_germline(VDJ, germlines.from='MIXCR',
VDJ.only=T)
})
# }

Run the code above in your browser using DataLab