Question: can not define "mart".... biomaRt
0
chrisclarkson100 • 90 wrote:
Trying to request the following info for a csv file called genes command as follows (it won't accept my command to set ensembl as m mart):
useMart(biomart="ensembl", dataset="hsapiens_gene_ensembl") Object of class 'Mart': Using the ensembl BioMart database Using the hsapiens_gene_ensembl dataset > results <- getBM(attributes = c("ensembl_gene_id", "hgnc_symbol"), filters = "hgnc_symbol", values = genes$Genesymbol, mart = ensembl) Error in martCheck(mart) : No dataset selected, please select a dataset first. You can see the available datasets by using the listDatasets function see ?listDatasets for more information. Then you should create the Mart object by using the useMart function. See ?useMart for more information >
ADD COMMENT
• link
•
modified 6.3 years ago
by
Giovanni M Dall'Olio ♦ 27k
•
written
6.3 years ago by
chrisclarkson100 • 90
You should select a dataset first. See ?useMart for more information. ;-)
But i defined the data set as homo sapiens....? took a look at the ?useMart and it tells me to do exactly what im doing...
That would have never happened if instead of BioMart they would have called it BioSmart :)