Re: location in chromosome
2
0
Entering edit mode
@rheberto-ghezzo-362
Last seen 9.6 years ago
Hello, I would like to map some probes to their chromosome location. I am using the Affimetrix mu74a chip, so I have the Affimetrix call names like 100981_at, 93026_at, 101898_s_at, 97564_f_at, 98790_s_at, etc. now I would like to know in which chromosome they are and at which distance from the centromere. Is this possible with the bioconductor package? Thanks H.Ghezzo Meakins-Christie Labs Montreal - Canada
• 820 views
ADD COMMENT
0
Entering edit mode
Park, Richard ▴ 220
@park-richard-227
Last seen 9.6 years ago
hi, you should take a look at the annotate() package. chromLoc-class Class chromLoc, a class for describing the location of a gene on a chromosome. chromLocation-class Class chromLocation, a class for describing genes and their chromosome mappings. I haven't dealt much with chromosome locations, I deal mainly with creating web pages based on genbank and locuslink ids, but these functions may be the first place to start. hth, richard park computational data analyzer joslin diabetes center -----Original Message----- From: R.Heberto Ghezzo [mailto:heberto.ghezzo@mcgill.ca] Sent: Wednesday, June 25, 2003 13:36 PM To: bioconductor@stat.math.ethz.ch Subject: [BioC] Re: location in chromosome Hello, I would like to map some probes to their chromosome location. I am using the Affimetrix mu74a chip, so I have the Affimetrix call names like 100981_at, 93026_at, 101898_s_at, 97564_f_at, 98790_s_at, etc. now I would like to know in which chromosome they are and at which distance from the centromere. Is this possible with the bioconductor package? Thanks H.Ghezzo Meakins-Christie Labs Montreal - Canada _______________________________________________ Bioconductor mailing list Bioconductor@stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT
0
Entering edit mode
On Wed, 25 Jun 2003, Park, Richard wrote: > chromLoc-class Class chromLoc, a class for describing the location of a gene on a chromosome. > chromLocation-class Class chromLocation, a class for describing genes and their chromosome mappings. Note that the chromLocation class was revamped for the 1.2 release of Bioconductor, and the chromLoc class is now defunct. The 'chromLocs' method for the chromLocation class will return a named list (the element names correspond to the chromosomes). Each element contains a named vector where the Affymetrix IDs and the values are the location on the chromosome. You'll notice that some of the values are negative. To save on space, we include the strand information in the location, so the sign of the location value corresponds to the strand (+/-). -J
ADD REPLY
0
Entering edit mode
@vincent-j-carey-jr-4
Last seen 16 days ago
United States
> Hello, > I would like to map some probes to their chromosome location. I am using > the Affimetrix mu74a chip, so I have the Affimetrix call names like > 100981_at, 93026_at, 101898_s_at, 97564_f_at, 98790_s_at, etc. > now I would like to know in which chromosome they are and at which > distance from the centromere. Previous replies to this emphasized the annotate/chromLocation structures that work for various organisms. If you work through the byChroms vignette in geneplotter substituting the mgu74av2 package for hu6800, you will get the resources that answer this question. at a lower level, it may be worth mentioning that package mgu74av2 has environments mgu74av2CHRLOC and mgu74av2CHR which map from the probeset names noted above (100981_at etc) to oriented nucleotide counts and chromosome numbers respectively all the chip-targeted metadata resources should have these *CHRLOC and *CHR environments that can be queried for this sort of information. > Is this possible with the bioconductor package? > Thanks > H.Ghezzo > Meakins-Christie Labs > Montreal - Canada > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT

Login before adding your answer.

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