powered by
Function to get the sequences from the nodes in an AntibodyForest object
Af_get_sequences(AntibodyForests_object, sequence.name, min.nodes, min.edges)
A dataframe with the sequences and sequence identifiers
AntibodyForests-object, output from Af_build()
character, name of the sequence column in the AntibodyForests object (example VDJ_sequence_aa_trimmed)
integer, minimum number of nodes in the tree (not including germline)
integer, minimum number of edges in the tree (not including edges to the germline)
sequence_df <- Af_get_sequences(AntibodyForests::small_af, sequence.name = "VDJ_sequence_aa_trimmed")
Run the code above in your browser using DataLab