> mouse = useMart("ENSEMBL_MART_ENSEMBL", dataset = "mmusculus_gene_ensembl", host="www.ensembl.org")
> human = useMart("ENSEMBL_MART_ENSEMBL",dataset="hsapiens_gene_ensembl", host="www.ensembl.org")
> getLDS(attributes = c("hgnc_symbol","chromosome_name", "start_position"), filters = "hgnc_symbol",
+ values = "TP53",mart = human, attributesL = c("refseq_mrna","chromosome_name","start_position"),
+ martL = mouse)
Error in curl::curl_fetch_memory(url, handle = handle) :
Maximum (10) redirects followed
Using host="http://useast.ensembl.org":
> human = useMart("ENSEMBL_MART_ENSEMBL",dataset="hsapiens_gene_ensembl", host="http://useast.ensembl.org")
> mouse = useMart("ENSEMBL_MART_ENSEMBL", dataset = "mmusculus_gene_ensembl", host="http://useast.ensembl.org")
> getLDS(attributes = c("hgnc_symbol","chromosome_name", "start_position"), filters = "hgnc_symbol",
+ values = "TP53",mart = human, attributesL = c("refseq_mrna","chromosome_name","start_position"),
+ martL = mouse)
HGNC.symbol Chromosome.scaffold.name Gene.start..bp. RefSeq.mRNA.ID
1 TP53 17 7661779
2 TP53 17 7661779 NM_001127233
3 TP53 17 7661779 NM_011640
Chromosome.scaffold.name.1 Gene.start..bp..1
1 11 69580359
2 11 69580359
3 11 69580359
--
You received this message because you are subscribed to the Google Groups "biomart-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to biomart-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/biomart-users.
For more options, visit https://groups.google.com/d/optout.