Aligned RNA-seq data to ranked list of genes
1
0
Entering edit mode
@paulig2001yahoocouk-4098
Last seen 9.6 years ago
Hello, I've got aligned rna-seq data (aligned using MAQ) for a sample and want to turn it into a list of genes ranked by their expression level in that sample. I'm wondering if anybody can point me towards a tutorial or a package that would allow me to do this? Thanks a bunch. Paul [[alternative HTML version deleted]]
• 1.1k views
ADD COMMENT
0
Entering edit mode
@kasper-daniel-hansen-2979
Last seen 10 months ago
United States
One possibility is Genominator which uses an SQLite backend for storing the data and does require a bit of time in setting up the data, but you can also do a pipeline entirely in R using IRanges/GenomicRanges and ShortRead. Kasper On Tue, May 25, 2010 at 11:22 AM, <paulig2001 at="" yahoo.co.uk=""> wrote: > Hello, > > I've got aligned rna-seq data (aligned using MAQ) for a sample and want to turn it into a list of genes ranked by their expression level in that sample. I'm wondering if anybody can point me towards a tutorial or a package that would allow me to do this? > > Thanks a bunch. > > Paul > > > > > ? ? ? ?[[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT
0
Entering edit mode
Hi All My problem is that I need to install HuEx10stv2cdf R package, but I don't know how. I found several zip file for that, but it does not work, it has this error > utils:::menuInstallLocal() Error in gzfile(file, "r") : cannot open the connection In addition: Warning messages: 1: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file 2: In gzfile(file, "r") : cannot open compressed file 'huex10stv2cdf_1.15.0.tar.gz/DESCRIPTION', probable reason 'No such file or directory' > the problem is that I want to do normalization for exon arrays and the probe names do not match with the ones from U133A for example. So, I need to make sure that the names are ok. could you please help me. Thanks very much. Best Leila > One possibility is Genominator which uses an SQLite backend for > storing the data and does require a bit of time in setting up the > data, but you can also do a pipeline entirely in R using > IRanges/GenomicRanges and ShortRead. > > Kasper > > On Tue, May 25, 2010 at 11:22 AM, <paulig2001 at="" yahoo.co.uk=""> wrote: >> Hello, >> >> I've got aligned rna-seq data (aligned using MAQ) for a sample and want >> to turn it into a list of genes ranked by their expression level in that >> sample. I'm wondering if anybody can point me towards a tutorial or a >> package that would allow me to do this? >> >> Thanks a bunch. >> >> Paul >> >> >> >> >> ? ? ? ?[[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD REPLY
0
Entering edit mode
That's not how you install packages. Use biocLite(): http://www.bioconductor.org/docs/install/ L. Mohammadi wrote: > Hi All > > My problem is that I need to install > HuEx10stv2cdf R package, but I don't know how. > I found several zip file for that, but it does not work, it has this error > >> utils:::menuInstallLocal() > Error in gzfile(file, "r") : cannot open the connection > In addition: Warning messages: > 1: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file > 2: In gzfile(file, "r") : > cannot open compressed file 'huex10stv2cdf_1.15.0.tar.gz/DESCRIPTION', > probable reason 'No such file or directory' > > > the problem is that I want to do normalization for exon arrays and the > probe names do not match with the ones from U133A for example. So, I need > to make sure that the names are ok. > > could you please help me. Thanks very much. > > Best > Leila > > > >> One possibility is Genominator which uses an SQLite backend for >> storing the data and does require a bit of time in setting up the >> data, but you can also do a pipeline entirely in R using >> IRanges/GenomicRanges and ShortRead. >> >> Kasper >> >> On Tue, May 25, 2010 at 11:22 AM, <paulig2001 at="" yahoo.co.uk=""> wrote: >>> Hello, >>> >>> I've got aligned rna-seq data (aligned using MAQ) for a sample and want >>> to turn it into a list of genes ranked by their expression level in that >>> sample. I'm wondering if anybody can point me towards a tutorial or a >>> package that would allow me to do this? >>> >>> Thanks a bunch. >>> >>> Paul >>> >>> >>> >>> >>> [[alternative HTML version deleted]] >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at stat.math.ethz.ch >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >>> http://news.gmane.org/gmane.science.biology.informatics.conductor >>> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- James W. MacDonald, M.S. Biostatistician Douglas Lab University of Michigan Department of Human Genetics 5912 Buhl 1241 E. Catherine St. Ann Arbor MI 48109-5618 734-615-7826 ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
ADD REPLY
0
Entering edit mode
My other question is how I can get a bioconductor account. I tried but I couldn't do it. thanks Leila > One possibility is Genominator which uses an SQLite backend for > storing the data and does require a bit of time in setting up the > data, but you can also do a pipeline entirely in R using > IRanges/GenomicRanges and ShortRead. > > Kasper > > On Tue, May 25, 2010 at 11:22 AM, <paulig2001 at="" yahoo.co.uk=""> wrote: >> Hello, >> >> I've got aligned rna-seq data (aligned using MAQ) for a sample and want >> to turn it into a list of genes ranked by their expression level in that >> sample. I'm wondering if anybody can point me towards a tutorial or a >> package that would allow me to do this? >> >> Thanks a bunch. >> >> Paul >> >> >> >> >> ? ? ? ?[[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD REPLY
0
Entering edit mode
Paul a relatively lightweight and reasonably fast possibility is described here: http://www-huber.embl.de/users/anders/HTSeq/doc/tour.html#tour Best wishes Wolfgang Kasper Daniel Hansen scripsit 25/05/10 18:26: > One possibility is Genominator which uses an SQLite backend for > storing the data and does require a bit of time in setting up the > data, but you can also do a pipeline entirely in R using > IRanges/GenomicRanges and ShortRead. > > Kasper > > On Tue, May 25, 2010 at 11:22 AM,<paulig2001 at="" yahoo.co.uk=""> wrote: >> Hello, >> >> I've got aligned rna-seq data (aligned using MAQ) for a sample and want to turn it into a list of genes ranked by their expression level in that sample. I'm wondering if anybody can point me towards a tutorial or a package that would allow me to do this? >> >> Thanks a bunch. >> >> Paul >> >> >> >> >> [[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >> > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Wolfgang Huber EMBL http://www.embl.de/research/units/genome_biology/huber
ADD REPLY
0
Entering edit mode
Also, you may want to take a look at the Vignette of the GenomicRanges package: http://bioconductor.org/packages/release/bioc/html/GenomicRanges.html The package is particularly useful if you aligned your reads against a genomic reference. A very short code sample is given here: http://manuals.bioinformatics.ucr.edu/home/ht-seq#TOC-RNA-Seq-Analysis If you aligned your reads against a transcriptome reference then things are even easier. All you need is the ShortRead package. A short use case is available here: http://manuals.bioinformatics.ucr.edu/home/ht-seq#TOC-RNA-Seq- Profiling-Exercise Thomas On Thu, May 27, 2010 at 06:14:03PM +0200, Wolfgang Huber wrote: > Paul > > a relatively lightweight and reasonably fast possibility is described > here: http://www-huber.embl.de/users/anders/HTSeq/doc/tour.html#tour > > Best wishes > Wolfgang > > > > Kasper Daniel Hansen scripsit 25/05/10 18:26: > >One possibility is Genominator which uses an SQLite backend for > >storing the data and does require a bit of time in setting up the > >data, but you can also do a pipeline entirely in R using > >IRanges/GenomicRanges and ShortRead. > > > >Kasper > > > >On Tue, May 25, 2010 at 11:22 AM,<paulig2001 at="" yahoo.co.uk=""> wrote: > >>Hello, > >> > >>I've got aligned rna-seq data (aligned using MAQ) for a sample and want > >>to turn it into a list of genes ranked by their expression level in that > >>sample. I'm wondering if anybody can point me towards a tutorial or a > >>package that would allow me to do this? > >> > >>Thanks a bunch. > >> > >>Paul > >> > >> > >> > >> > >> [[alternative HTML version deleted]] > >> > >>_______________________________________________ > >>Bioconductor mailing list > >>Bioconductor at stat.math.ethz.ch > >>https://stat.ethz.ch/mailman/listinfo/bioconductor > >>Search the archives: > >>http://news.gmane.org/gmane.science.biology.informatics.conductor > >> > > > >_______________________________________________ > >Bioconductor mailing list > >Bioconductor at stat.math.ethz.ch > >https://stat.ethz.ch/mailman/listinfo/bioconductor > >Search the archives: > >http://news.gmane.org/gmane.science.biology.informatics.conductor > > > -- > > > Wolfgang Huber > EMBL > http://www.embl.de/research/units/genome_biology/huber > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD REPLY

Login before adding your answer.

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