how to check the parameters of the function ShortRead:::.freqSequences?
2
0
Entering edit mode
wang peter ★ 2.0k
@wang-peter-4647
Last seen 10.1 years ago
i tried > help(ShortRead:::.freqSequences) Error in help(ShortRead:::.freqSequences) : 'topic' should be a name, length-one character vector or reserved word > help(.freqSequences) No documentation for ?.freqSequences? in specified packages and libraries: you could try ???.freqSequences? nothing found thank u -- shan gao Room 231(Dr.Fei lab) Boyce Thompson Institute Cornell University Tower Road, Ithaca, NY 14853-1801 Office phone: 1-607-254-1267(day) Official email:sg839 at cornell.edu Facebook:http://www.facebook.com/profile.php?id=100001986532253
• 558 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 10 weeks ago
United States
On 08/23/2012 08:24 AM, wang peter wrote: > i tried > >> help(ShortRead:::.freqSequences) > Error in help(ShortRead:::.freqSequences) : > 'topic' should be a name, length-one character vector or reserved word > >> help(.freqSequences) > No documentation for ?.freqSequences? in specified packages and libraries: > you could try ???.freqSequences? > > nothing found the input to .frequentSequences is derived from the tables() function, if that is helpful to you. Martin > > thank u > -- 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
0
Entering edit mode
@steve-lianoglou-2771
Last seen 19 months ago
United States
Hi, On Thu, Aug 23, 2012 at 11:24 AM, wang peter <wng.peter at="" gmail.com=""> wrote: > i tried > >> help(ShortRead:::.freqSequences) > Error in help(ShortRead:::.freqSequences) : > 'topic' should be a name, length-one character vector or reserved word > >> help(.freqSequences) > No documentation for ?.freqSequences? in specified packages and libraries: > you could try ???.freqSequences? > > nothing found ... and none is required. Note that the author(s) of ShortRead are not making this function available for general consumption -- it is a helper function for them. If it were available for you to use, it would be loaded in your workspace when you call `library(ShortRead)`. This is why you have to fish the function out of the ShortRead package with `:::` in order to get a handle on it. Also, in general, you'll find that people prefix function names (vars, etc.) with a "." when they don't really want people to call it directly. So, to recap: you can use it at your own risk, but you shouldn't expect someone to support you in doing so. That having been said, .freqSequences is only a ~ 6 line function, so you should be able to grok it pretty easily ... HTH, -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
ADD COMMENT
0
Entering edit mode
Hi -- Sorry, I didn't realize that your post was split between the subject and the body. It seemed to me that you just sent out a statement of fact (no documentation) which made it look like you wanted someone to document this for you. I didn't realize the real question was embedded in the subject line. Apologies for the oversight on my part, -steve On Thu, Aug 23, 2012 at 12:03 PM, Steve Lianoglou <mailinglist.honeypot at="" gmail.com=""> wrote: > Hi, > > On Thu, Aug 23, 2012 at 11:24 AM, wang peter <wng.peter at="" gmail.com=""> wrote: >> i tried >> >>> help(ShortRead:::.freqSequences) >> Error in help(ShortRead:::.freqSequences) : >> 'topic' should be a name, length-one character vector or reserved word >> >>> help(.freqSequences) >> No documentation for ?.freqSequences? in specified packages and libraries: >> you could try ???.freqSequences? >> >> nothing found > > ... and none is required. > > Note that the author(s) of ShortRead are not making this function > available for general consumption -- it is a helper function for them. > > If it were available for you to use, it would be loaded in your > workspace when you call `library(ShortRead)`. This is why you have to > fish the function out of the ShortRead package with `:::` in order to > get a handle on it. > > Also, in general, you'll find that people prefix function names (vars, > etc.) with a "." when they don't really want people to call it > directly. > > So, to recap: you can use it at your own risk, but you shouldn't > expect someone to support you in doing so. > > That having been said, .freqSequences is only a ~ 6 line function, so > you should be able to grok it pretty easily ... > > HTH, > -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 -- 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
ADD REPLY

Login before adding your answer.

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