error in annotating a list of probeIDs
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 10.1 years ago
Hi all, Im very new to R and Bioconductor so please forgive my poor language! I've been trying to ma on my list of probeIDs the relative annotation but unsuccessfully. I get this error The object "probes" is a data.frame so maybe a should change its class? How would i do that? Thanks a lot -- output of sessionInfo(): symbols <- mget(probes,mouse4302SYMBOL,ifnotfound=NA) > Error in .checkKeysAreWellFormed(keys) : > keys must be supplied in a character vector with no NAs -- Sent via the guest posting facility at bioconductor.org.
• 619 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 10 weeks ago
United States
On 11/03/2012 07:02 AM, Maintainer wrote: > > Hi all, > Im very new to R and Bioconductor so please forgive my poor language! I've been trying to ma on my list of probeIDs the relative annotation but unsuccessfully. I get > this error > > The object "probes" is a data.frame so maybe a should change its class? How would i do that? > Thanks a lot Hi -- yes, 'probes' should be a character vector; maybe there is a column in your data frame that contains the probe ids, in which case you should use that column. If you are unsure what to do, you might try posting the result of head(probes) sapply(probes, class) and tell us which column you are interested in. Martin > > > -- output of sessionInfo(): > > symbols <- mget(probes,mouse4302SYMBOL,ifnotfound=NA) >> Error in .checkKeysAreWellFormed(keys) : >> keys must be supplied in a character vector with no NAs > > -- > Sent via the guest posting facility at bioconductor.org. > > ____________________________________________________________________ ____ > devteam-bioc mailing list > To unsubscribe from this mailing list send a blank email to > devteam-bioc-leave at lists.fhcrc.org > You can also unsubscribe or change your personal options at > https://lists.fhcrc.org/mailman/listinfo/devteam-bioc > -- Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793
ADD COMMENT

Login before adding your answer.

Traffic: 485 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