View source: R/syntenic_pangenes.R
syntenic_pangenes | R Documentation |
syntenic_pangenes
Integrates interpolated gene order position with
orthogroups to generate pan-gene sets across multiple genomes.
syntenic_pangenes(
gsParam,
refGenome,
maxPlacePerChr = 2,
minPropInterp2keep = 0.75
)
gsParam |
A list of genespace parameters. This should be created by init_genespace. |
refGenome |
character specifying the reference genome |
maxPlacePerChr |
integer specifying the maximum number of placements allowed on a single reference chromosome. This keeps things simpler in very messy synteny maps. |
minPropInterp2keep |
numeric specifying the minimum proportion of genes in an orthogroup with positions clustered into a specific location. |
formerly called 'pangenome' this function decomposes orthogroups and syntenic interpolated positions into a long-formatted pan-gene set. See query_pangenes to access this output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.