Hello,
I'm working with Limma for both RNA-seq data and microarray data. I used gene read count for RNA-seq data as input for Limma. As for microarray data, I use normal workflow for Agilent microarray data.
So, I just want to ask how can I get a matrix of log transform of RNA-seq values and microarray intensities using Limma?
I expect the result would be like a matrix with columns are the name of the sample and the rows are the genes ID/name. I know for DESeq2, there is function to do that but I don't know for Limma to do the same thing. Thank you for your answers.
When you say you are using limma for rna-seq, I hope you mean that you are using voom?
Yeah, I mean like that.