View source: R/clustering_synteny.R
extractCluster | R Documentation |
This function extracts clusters based on the specified scaffolds for both query and subject species. It filters the data frames containing segment information and atomic anchorpoints to retain only the relevant clusters.
extractCluster(segs.df, atomic.df, scaf.bycol, scaf.byrow)
segs.df |
A data frame containing segment information. |
atomic.df |
A data frame containing atomic anchorpoints. |
scaf.bycol |
A character vector specifying scaffolds for the query species. |
scaf.byrow |
A character vector specifying scaffolds for the subject species. |
A list containing two data frames: "segs" for segment information and "atomic" for atomic anchorpoints.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.