To clarify what lianov says, traditionally, we would use just limma for processing microarray data, and then edgeR or DESeq2 for processing [bulk] RNA-seq.
limma can also be used for RNA-seq data via the edgeR-voom-limma ('limma-voom') pipeline, examples of which can be found here:
- https://ucdavis-bioinformatics-training.github.io/2018-June-RNA-Seq-Workshop/thursday/DE.html
- https://bioconductor.org/packages/release/workflows/vignettes/RNAseq123/inst/doc/limmaWorkflow.html
In your particular case, please use limma for processing the Affymetrix data, and DESeq2 for the RNA-seq. You can then conduct a meta-analysis on the derived test statistics.
So according to your reply i can use limma for affymatrix data and DEseq2 for RNAseq data.Is that clear sir.I want to add something in this .The affymatrix data that i choosed,contain GEO2R option,website generated.So in there limma package is used.And they count the signficant genes based on adj.p.value.So if i analyze my RNAseq data with limma,with coding sign gene by adj.p.value and log2fc,I found zero sign gene.But if I analyze my RNAseq data with DEseq2 i can find my sign gene with coding adj.p.value and log2fc. So this is the main confusion occured.