View source: R/Af_get_sequences.R
Af_get_sequences | R Documentation |
Function to get the sequences from the nodes in an AntibodyForest object
Af_get_sequences(AntibodyForests_object, sequence.name, min.nodes, min.edges)
AntibodyForests_object |
AntibodyForests-object, output from Af_build() |
sequence.name |
character, name of the sequence column in the AntibodyForests object (example VDJ_sequence_aa_trimmed) |
min.nodes |
integer, minimum number of nodes in the tree (not including germline) |
min.edges |
integer, minimum number of edges in the tree (not including edges to the germline) |
A dataframe with the sequences and sequence identifiers
sequence_df <- Af_get_sequences(AntibodyForests::small_af,
sequence.name = "VDJ_sequence_aa_trimmed")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.