TransferModuleGenome: TransferModuleGenome

View source: R/ProjectModules.R

TransferModuleGenomeR Documentation

TransferModuleGenome

Description

Takes a module table and a gene mapping table (like from biomart) with gene names from two genomes in order to switch

Usage

TransferModuleGenome(
  modules,
  gene_mapping,
  genome1_col = NULL,
  genome2_col = NULL
)

Arguments

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

Examples

TransferModuleGenome

smorabit/hdWGCNA documentation built on July 20, 2024, 8:58 p.m.