View source: R/create_background_multilist.R
create_background_multilist | R Documentation |
Create background gene list for the
intersection/union between multiple species
(gene_list1_species
, gene_list2_species
, and
sctSpecies
), and then filter the gene lists to only include genes
within the background.
create_background_multilist(
gene_list1,
gene_list2,
gene_list1_species,
gene_list2_species,
output_species = "human",
bg = NULL,
use_intersect = FALSE,
method = "homologene",
verbose = TRUE
)
output_species |
Species to convert all genes from
|
bg |
User supplied background list that will be returned to the user after removing duplicate genes. |
use_intersect |
When |
method |
R package to use for gene mapping:
|
verbose |
Print messages. |
Background and gene list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.