Yogesh Gupta
2017-Jun-09 12:22 UTC
[R] Dendogram from RNAseq read count to show correlation between biological replicate using R
Dear all, I need to make dendogram from read count in a csv file across 34 samples including biological replicate. Please share R code or package to do this. Do I also need to normalized read count before using read data? Thanks [[alternative HTML version deleted]]
Bert Gunter
2017-Jun-09 15:16 UTC
[R] Dendogram from RNAseq read count to show correlation between biological replicate using R
We don't do your work for you. Read the posting guide (below) to find what we will do. If you are unwilling or unable to do your work yourself -- including learning R-- you should consider finding someone else who will. -- Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Jun 9, 2017 at 5:22 AM, Yogesh Gupta <yogesh2cute at gmail.com> wrote:> Dear all, > > I need to make dendogram from read count in a csv file across 34 samples > including biological replicate. > > Please share R code or package to do this. > > Do I also need to normalized read count before using read data? > > Thanks > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Vivek Das
2017-Jun-09 17:24 UTC
[R] Dendogram from RNAseq read count to show correlation between biological replicate using R
Yogesh please try to search in google or stackoverfolow or for that matter Biostars. These are pretty simple linear programming tools specially needing just required package and function once you parse the matrix or in your case .csv file. If you find particular problem when your code runs an error we can help. Without trying anything no one will do anything for you. Try framing your query and search in google in the above-mentioned websites you will find your answers. All the queries you have asked have been addressed in multiple websites and bioinformatics or SO blogs. Try to learn and practice R about how to work with it and then understand a standard workflow used in RNA-Seq, and follow some Bioconductor tools there. You will find your answers. Thanks ---------------------------------------------------------- Vivek Das On Fri, Jun 9, 2017 at 2:22 PM, Yogesh Gupta <yogesh2cute at gmail.com> wrote:> Dear all, > > I need to make dendogram from read count in a csv file across 34 samples > including biological replicate. > > Please share R code or package to do this. > > Do I also need to normalized read count before using read data? > > Thanks > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]