Description Usage Arguments Details Value Author(s) Examples
list_multimir
lists all the unique microRNAs, target genes, drugs, or
diseases in the web server of the multiMiR package.
1 2 3 4 5 | list_multimir(x = c("mirna", "gene", "drug", "disease"), limit = NULL,
url = NULL)
list.multimir(x = c("mirna", "gene", "drug", "disease"), limit = NULL,
url = NULL)
|
x |
a character string indicating what to list. This must be one of the
strings |
limit |
a positive integer. Limits the number of records returned from each table. Useful in testing potentially large queries. |
url |
Deprecated. Use global option |
list.multimir() has been deprecated and replaced with the list_multimir() version.
list_multimir
returns a data frame with information of
microRNAs (microRNA unique ID, organism, mature microRNA accession number,
and mature microRNA ID), target genes (gene unique ID, organism, gene
symbol, Entrez gene ID, and Ensembl gene ID), drugs (drug names), and
diseases (disease name).
Yuanbin Ru ruyuanbin@gmail.com
1 2 3 4 | miRNAs <- list_multimir("mirna", limit = 10)
genes <- list_multimir("gene", limit = 10)
drugs <- list_multimir("drug", limit = 10)
diseases <- list_multimir("disease", limit = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.