How to see XStringSet's definition?
1
0
Entering edit mode
Peng Yu ▴ 940
@peng-yu-3586
Last seen 9.6 years ago
I'm trying to see the definition of XStringSet. But I don't know how to do it. I try to look at the source package. But there are so many 'XStringSet'. Would you please let me know how to look for XStringSet's source code? > Biostrings:::XStringSet standardGeneric for "XStringSet" defined from package "Biostrings" function (basetype, x, start = NA, end = NA, width = NA, use.names = TRUE) standardGeneric("XStringSet") <environment: 0x3678848=""> Methods may be defined for arguments: x Use showMethods("XStringSet") for currently available ones. > showMethods('XStringSet') Function "XStringSet": <not a="" generic="" function=""> -- Regards, Peng
• 758 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 6 weeks ago
United States
On 05/23/2010 01:04 PM, Peng Yu wrote: > I'm trying to see the definition of XStringSet. But I don't know how > to do it. I try to look at the source package. But there are so many > 'XStringSet'. > > Would you please let me know how to look for XStringSet's source code? > >> Biostrings:::XStringSet > standardGeneric for "XStringSet" defined from package "Biostrings" > > function (basetype, x, start = NA, end = NA, width = NA, use.names = TRUE) > standardGeneric("XStringSet") > <environment: 0x3678848=""> > Methods may be defined for arguments: x > Use showMethods("XStringSet") for currently available ones. >> showMethods('XStringSet') > > Function "XStringSet": > <not a="" generic="" function=""> showMethods("XStringSet", where=getNamespace("Biostrings"), includeDef=TRUE) or showMethods(Biostrings:::XStringSet, includeDef=TRUE) selectMethod(Biostrings:::XStringSet, "character") for instance. Martin > > -- Martin Morgan 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: 749 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