View source: R/get_block_allele.R
get_block_allele | R Documentation |
This is an internal function used by plot_full_network
to retrieve the allele names contained in linkage blocks for
plotting using the appropriate colors.
get_block_allele(data_obj, block_name, collapsed_net)
data_obj |
The cape object |
block_name |
The name of the linkage block as defined by the name of the list called linkage_blocks_full or linkage_blocks_collapsed |
collapsed_net |
A logical value indicating whether the block names to be used are from linkage_blocks_collapsed (TRUE) or linkage_blocks_full (FALSE) |
A vector of the alleles contained in the linkage block
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.