Description Usage Arguments Value
View source: R/DESeq2_module.R
Take two inputs of datasets in biomaRt::useMart and return the tibble of the matched orthologs
1 2 3 4 5 | biomaRt_anno_orth(
human_genome = "hsapiens_gene_ensembl",
org_prefix = NULL,
ens_version = NULL
)
|
human_genome |
is the genome against which we want orthologs (set as human but changeble with unknown results) |
org_prefix |
string indicating the name of the organism which is suffixed with '_gene_ensembl' for biomaRt |
ens_version |
string indicating version of ENSEMBL to use |
ensid2gene2orth a tibble of orthologs in ensembl - gene name - ortholog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.