RNA-seq data simulation
1
0
Entering edit mode
Alpesh Querer ▴ 220
@alpesh-querer-4895
Last seen 9.6 years ago
Hi all, I want to simulate counts for 1000 genes for 5 RNA-seq samples (with 3 biological replicates each), and I want to provide the dispersion parameters myself. Is there a package or code that can help me do this? Thanks a lot for your help, Al [[alternative HTML version deleted]]
• 1.8k views
ADD COMMENT
0
Entering edit mode
Alpesh Querer ▴ 220
@alpesh-querer-4895
Last seen 9.6 years ago
I should mention I want to use negative binomial as underlying distribution. Thanks. Al On Tue, Aug 21, 2012 at 9:41 AM, Alpesh Querer <alpeshq@gmail.com> wrote: > Hi all, > > I want to simulate counts for 1000 genes for 5 RNA-seq samples (with 3 > biological replicates each), and I want to provide the dispersion > parameters myself. > Is there a package or code that can help me do this? > > Thanks a lot for your help, > Al > [[alternative HTML version deleted]]
ADD COMMENT
0
Entering edit mode
You could start with rnbinom(). The 'size' argument is 1/dispersion. Mark On 21.08.2012, at 16:51, Alpesh Querer wrote: > I should mention I want to use negative binomial as underlying distribution. > > Thanks. > Al > > On Tue, Aug 21, 2012 at 9:41 AM, Alpesh Querer <alpeshq at="" gmail.com=""> wrote: > >> Hi all, >> >> I want to simulate counts for 1000 genes for 5 RNA-seq samples (with 3 >> biological replicates each), and I want to provide the dispersion >> parameters myself. >> Is there a package or code that can help me do this? >> >> Thanks a lot for your help, >> Al >> > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor ---------- Prof. Dr. Mark Robinson Bioinformatics Institute of Molecular Life Sciences University of Zurich Winterthurerstrasse 190 8057 Zurich Switzerland v: +41 44 635 4848 f: +41 44 635 6898 e: mark.robinson at imls.uzh.ch o: Y11-J-16 w: http://tiny.cc/mrobin ---------- http://www.fgcz.ch/Bioconductor2012 http://www.eccb12.org/t5
ADD REPLY
0
Entering edit mode
Try FluxSimulator, or BEERS, both mentioned in this thread: http://seqanswers.com/forums/showthread.php?t=5386 -Aaron On Tue, Aug 21, 2012 at 11:00 AM, Mark Robinson <mark.robinson@imls.uzh.ch>wrote: > > You could start with rnbinom(). The 'size' argument is 1/dispersion. > > Mark > > On 21.08.2012, at 16:51, Alpesh Querer wrote: > > > I should mention I want to use negative binomial as underlying > distribution. > > > > Thanks. > > Al > > > > On Tue, Aug 21, 2012 at 9:41 AM, Alpesh Querer <alpeshq@gmail.com> > wrote: > > > >> Hi all, > >> > >> I want to simulate counts for 1000 genes for 5 RNA-seq samples (with 3 > >> biological replicates each), and I want to provide the dispersion > >> parameters myself. > >> Is there a package or code that can help me do this? > >> > >> Thanks a lot for your help, > >> Al > >> > > > > [[alternative HTML version deleted]] > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor@r-project.org > > https://stat.ethz.ch/mailman/listinfo/bioconductor > > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > > ---------- > Prof. Dr. Mark Robinson > Bioinformatics > Institute of Molecular Life Sciences > University of Zurich > Winterthurerstrasse 190 > 8057 Zurich > Switzerland > > v: +41 44 635 4848 > f: +41 44 635 6898 > e: mark.robinson@imls.uzh.ch > o: Y11-J-16 > w: http://tiny.cc/mrobin > > ---------- > http://www.fgcz.ch/Bioconductor2012 > http://www.eccb12.org/t5 > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD REPLY
0
Entering edit mode
There is also DESeq::makeExampleCountDataSet in the DESeq package. You could modify the function which currently doesn't contain any input args for the number of genes, biological replicates or pi0, proportion of truely null hypotheses. Marcus On Wed, Aug 22, 2012 at 5:28 AM, Aaron Mackey <amackey@virginia.edu> wrote: > Try FluxSimulator, or BEERS, both mentioned in this thread: > > http://seqanswers.com/forums/showthread.php?t=5386 > > -Aaron > > On Tue, Aug 21, 2012 at 11:00 AM, Mark Robinson > <mark.robinson@imls.uzh.ch>wrote: > > > > > You could start with rnbinom(). The 'size' argument is 1/dispersion. > > > > Mark > > > > On 21.08.2012, at 16:51, Alpesh Querer wrote: > > > > > I should mention I want to use negative binomial as underlying > > distribution. > > > > > > Thanks. > > > Al > > > > > > On Tue, Aug 21, 2012 at 9:41 AM, Alpesh Querer <alpeshq@gmail.com> > > wrote: > > > > > >> Hi all, > > >> > > >> I want to simulate counts for 1000 genes for 5 RNA-seq samples (with 3 > > >> biological replicates each), and I want to provide the dispersion > > >> parameters myself. > > >> Is there a package or code that can help me do this? > > >> > > >> Thanks a lot for your help, > > >> Al > > >> > > > > > > [[alternative HTML version deleted]] > > > > > > _______________________________________________ > > > Bioconductor mailing list > > > Bioconductor@r-project.org > > > https://stat.ethz.ch/mailman/listinfo/bioconductor > > > Search the archives: > > http://news.gmane.org/gmane.science.biology.informatics.conductor > > > > ---------- > > Prof. Dr. Mark Robinson > > Bioinformatics > > Institute of Molecular Life Sciences > > University of Zurich > > Winterthurerstrasse 190 > > 8057 Zurich > > Switzerland > > > > v: +41 44 635 4848 > > f: +41 44 635 6898 > > e: mark.robinson@imls.uzh.ch > > o: Y11-J-16 > > w: http://tiny.cc/mrobin > > > > ---------- > > http://www.fgcz.ch/Bioconductor2012 > > http://www.eccb12.org/t5 > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor@r-project.org > > https://stat.ethz.ch/mailman/listinfo/bioconductor > > Search the archives: > > http://news.gmane.org/gmane.science.biology.informatics.conductor > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

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