Hi Fahim, On Thu, Oct 21, 2010 at 2:05 PM, Fahim Md <fahim...@gmail.com> wrote: > Hi > How to access the values in the output that is an object of S4 type. I tried > to access using subset ( [ ] ) but it is not allowed. > Any clue??
A few things: (1) You generally shouldn't cross post between two lists (2) This is more of a bioconductor question, so if you want further help, switch over to the bioc mailing list. (3) Read through the help in ?findOverlaps and pay attention to the links in the "See Also" section, which will take you to the "RangesMatching" class -- which is the result of a findOverlaps call (in case you were wondering how David was able to figure out how to point you to the ?"RangesMatching-class" help). -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.