View source: R/ProjectModules.R
TransferModuleGenome | R Documentation |
Takes a module table and a gene mapping table (like from biomart) with gene names from two genomes in order to switch
TransferModuleGenome(
modules,
gene_mapping,
genome1_col = NULL,
genome2_col = NULL
)
modules |
module table from GetModules function |
gene_mapping |
table that has the gene names for both genomes |
genome1_col |
the column in gene_mapping that has gene names for the genome currently present in modules |
genome2_col |
the column in gene_mapping that has gene names for the genome to transfer to |
TransferModuleGenome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.