showcase (script)
3
0
Entering edit mode
toxygen ▴ 30
@toxygen-1659
Last seen 9.7 years ago
Dear users, I would like to ask you, whether there exists any "showcase" of bioconductor's main features and if not, whether is anyone able to make it. Some kind of a script or something which when ran would show or preferably explaine main features. I think it would be great for novices (as I am) which are trying to understand bioconductor. Maybe some visualizations of sample data, explaining texts to various functions and so... what do you think of it? Marian Such
• 1000 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 3 days ago
United States
toxygen wrote: > Dear users, > I would like to ask you, whether there exists any "showcase" of bioconductor's main features and if not, > whether is anyone able to make it. > Some kind of a script or something which when ran would show or preferably explaine main features. > I think it would be great for novices (as I am) which are trying to understand bioconductor. > Maybe some visualizations of sample data, explaining texts to various functions and so... Well, Bioconductor consists of over 150 packages at present, so I think something like this could only just scratch the surface. However, most of the packages come with at least one vignette that is supposed to give novices an example they can use to explore use of the package. If you have some BioC packages installed you can do something like library(Biobase) library(<the package="" you="" are="" interested="" in="">) openVignette() You can also step through the code in a given vignette if you have the tkWidgets package installed. source("http://www.bioconductor.org/biocLite.R") biocLite("tkWidgets") library(tkWidgets) library(<the package="" you="" are="" interested="" in="">) vExplorer() HTH, Jim > > what do you think of it? > > > > Marian Such > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald University of Michigan Affymetrix and cDNA Microarray Core 1500 E Medical Center Drive Ann Arbor MI 48109 734-647-5623 ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.
ADD COMMENT
0
Entering edit mode
On Sat, 18 Mar 2006 17:31:51 -0500, "James W. MacDonald" <jmacdon at="" med.umich.edu=""> wrote: > > Well, Bioconductor consists of over 150 packages at present, so I think > something like this could only just scratch the surface. Yes, I know. I meant it like giving only few basics of Bioconductor to new users. To show them "how things work". Maybe I'm wrong, but I haven't found real introduction into using Bioconductor. >However, most > of the packages come with at least one vignette that is supposed to give > novices an example they can use to explore use of the package. I know that there are vignettes, but you know, it's like giving someone linux/unix shell and saying: "In case you wouldn't know what to do, there are always man and info commands." > > You can also step through the code in a given vignette if you have the > tkWidgets package installed. > > source("http://www.bioconductor.org/biocLite.R") > biocLite("tkWidgets") > library(tkWidgets) > library(<the package="" you="" are="" interested="" in="">) > vExplorer() > > HTH, > > Jim > Anyway, thank you very much for the response. I think I will have to get through it myself alone. Nevermind, thank you once more. Marian Such
ADD REPLY
0
Entering edit mode
Probably this can give you a little introduction on a (very) few packages available through BioC... http://www.bioconductor.org/docs/pslides/ hth, b
ADD REPLY
0
Entering edit mode
yeah thanks, i browsed whole bioconductor web and found many, many interesting information including that slides. still it's like putting puzzles together. saw something there, something there. i'm just missing connections between these thinkgs. I think I will somehow manage to get into it. Marian Such On Sat, 18 Mar 2006 18:44:17 -0500 (EST), Benilton Carvalho <bcarvalh at="" jhsph.edu=""> wrote: > Probably this can give you a little introduction on a (very) few packages > available through BioC... > > http://www.bioconductor.org/docs/pslides/ > > hth, > b
ADD REPLY
0
Entering edit mode
I found the Bioconductor monograph (see link below) really helpful as a starting place. It provides some structure in how the different Bioconductor packages can be used to support the different stages of microarray data analysis. It is a worthwhile investment if you plan to use Bioconductor. http://www.bioconductor.org/pub/docs/mogr/ -Christos Hatzis -----Original Message----- From: bioconductor-bounces@stat.math.ethz.ch [mailto:bioconductor-bounces at stat.math.ethz.ch] On Behalf Of toxygen Sent: Saturday, March 18, 2006 7:02 PM To: Benilton Carvalho Cc: bioconductor at stat.math.ethz.ch Subject: Re: [BioC] showcase (script) yeah thanks, i browsed whole bioconductor web and found many, many interesting information including that slides. still it's like putting puzzles together. saw something there, something there. i'm just missing connections between these thinkgs. I think I will somehow manage to get into it. Marian Such On Sat, 18 Mar 2006 18:44:17 -0500 (EST), Benilton Carvalho <bcarvalh at="" jhsph.edu=""> wrote: > Probably this can give you a little introduction on a (very) few > packages available through BioC... > > http://www.bioconductor.org/docs/pslides/ > > hth, > b _______________________________________________ Bioconductor mailing list Bioconductor at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor
ADD REPLY
0
Entering edit mode
Wittner, Ben ▴ 290
@wittner-ben-1031
Last seen 8.4 years ago
USA/Boston/Mass General Hospital
I found the book mentioned in http://www.bioconductor.org/pub/docs/mogr/ to be very useful. -Ben ________________________________ From: bioconductor-bounces@stat.math.ethz.ch on behalf of toxygen Sent: Sat 3/18/2006 11:17 AM To: bioconductor at stat.math.ethz.ch Subject: [BioC] showcase (script) Dear users, I would like to ask you, whether there exists any "showcase" of bioconductor's main features and if not, whether is anyone able to make it. Some kind of a script or something which when ran would show or preferably explaine main features. I think it would be great for novices (as I am) which are trying to understand bioconductor. Maybe some visualizations of sample data, explaining texts to various functions and so... what do you think of it? Marian Such _______________________________________________ Bioconductor mailing list Bioconductor at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 5 weeks ago
EMBL European Molecular Biology Laborat…
Dear Marian, thanks to Christos Hatzis for pointing this out, just to reinforce: The book http://www.bioconductor.org/pub/docs/mogr is the main point of entry for anyone who wants to work with Bioconductor. In addition, there are a lot of great contributed packages that didn't make it into the book, please refer to the package slides http://www.bioconductor.org/docs/pslides and the package vignettes http://www.bioconductor.org/docs/vignettes.html and many package authors also have described their package in the literature (e.g. Application Notes in the journal Bioinformatics) Best wishes Wolfgang ------------------------------------- Wolfgang Huber European Bioinformatics Institute European Molecular Biology Laboratory Cambridge CB10 1SD England Phone: +44 1223 494642 Fax: +44 1223 494486 Http: www.ebi.ac.uk/huber ------------------------------------- toxygen wrote: > Dear users, > I would like to ask you, whether there exists any "showcase" of bioconductor's main features and if not, > whether is anyone able to make it. > Some kind of a script or something which when ran would show or preferably explaine main features. > I think it would be great for novices (as I am) which are trying to understand bioconductor. > Maybe some visualizations of sample data, explaining texts to various functions and so... > > what do you think of it? > > > > Marian Such
ADD COMMENT

Login before adding your answer.

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