how to retrieve data in list using getBM in biomaRt package?
1
0
Entering edit mode
swang ▴ 120
@swang-1798
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20060810/ 693a7b34/attachment.pl
• 619 views
ADD COMMENT
0
Entering edit mode
@steffen-durinck-1780
Last seen 9.6 years ago
Hi Shiliang, It looks like you forgot to specify the output argument as a list. Try: genelistM <- getBM(attributes = c("entrezgene","go","uniprot_swissprot_accession", "refseq_dna"), filters = "entrezgene",values = ll, mart = mart, na.value =" ", output="list") best, Steffen swang wrote: > Hi,Dr. Durinck: > > > I do need to get a list back from getBM function in biomaRt package, I read > your feedback about getBM when the probe is long. > http://article.gmane.org/gmane.science.biology.informatics.conductor /9172/match=biomart+rmysql+mode > but can you tell me how to get a list back using bomaRt RMySQL mode? > I have a 250 length entrezgene id and try to get back > genelistM <- getBM(attributes = > c("entrezgene","go","uniprot_swissprot_accession", "refseq_dna"), filters = > "entrezgene", > values = ll, mart = mart, na.value = > " ") > > length(ll) > 250 > ll <- getLL(probe,data = "Rosetta") > > I cannot get back in list, otherwise it will tell me wrong. > > Thanks > > Shiliang > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT

Login before adding your answer.

Traffic: 706 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6