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/scWGCNA documentation built on April 4, 2024, 10:32 a.m.