Description Usage Arguments Author(s) Examples
This function selects a dataset and updates the Mart object
1 | useDataset(dataset,mart, verbose = FALSE)
|
dataset |
Dataset you want to use. List of possible datasets can be retrieved using the function listDatasets |
mart |
Mart object created with the useMart function |
verbose |
Give detailed output of what the method is doing, for debugging |
Steffen Durinck
1 2 3 4 | if(interactive()){
mart=useMart("ensembl")
mart=useDataset("hsapiens_gene_ensembl", mart = mart)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.