feeding RPKM values into DE analysis tools
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
No significant genes after FDR correction in microarray (n=3) – how to proceed with exploratory ana…
written by Samaksh •Hi Everyone, I am analysing a two colour Cy3 Cy5 microarray dataset using limma. I have 3 biological replicates per condition. I observe several genes …
-
Using Pseudobulk Approach for Identifying Marker Genes Within a Single Condition
written by nhaus •Hello everyone, I'm currently analyzing single-cell RNA-seq data across two different conditions, with two replicates each. Typically, for identifying differentially expressed genes between conditions, creating …
-
Does FDR value change based Fold change cutoff?
written by BiologistI'm doing differential analysis between two groups A & B With Fold change > 2 and FDR < 0.05 I have got more than 600 …
-
Extracting differentially expressed genes in R
written by zizigoluHi, I know it is too naive but when I tried to extract genes with fold-change >2.0 or <0.5 alterations I faced error. I tried …
-
Use normalized counts to generate Fold change?
written by tud55122 •Hi, Just want to make sure. I have two batches of RNA-seq and am trying to normalize based on housekeeping genes to minimum batch effect. …
-
how to arrange data for pathway analysis ?
written by LearnerHello , I have two tricky questions and I appreciate any useful comment 1- I have 6 samples , 3 control (two of them are …
-
only a few differential expressed genes
written by zizigoluhi, I perform differential expression analysis on my microarray data but only 4 genes found to be expressed at fold change >2 and FDR < …
-
Fold change > 2 and P-value<0.05 in micro-array differential analysis
written by Shicheng GuoHi colleagues, I saw lots of high-through microarray or RNA-seq analysis, such as mRNA microarray, RNA-seq, use fold change > 2 and P-value <0.05 as …
-
Identify Differentially Expressed Genes With Two Groups In Which There Are Only Two Replicates
written by liux.bio<p>Hello everyone,</p> <p>I want to Identify differentially expressed genes with two groups in which there are only two replicates.</p> <p>What methods should I use? I …
-
Fold Change Detection In Affymetrix Microarray Data Without Replicates
written by elb<p>Dear users, I have a question regarding microarray data analysis (Affymetrix one color). My point is that I have just 1 sample TREATMENT and 1 …
Is there a reason you don't want to use DESeq2/edgeR/limma?
you all right Devon,
I back home and I am with a lap top now... I should perform miRNA DE analysis..I have remote access to linux machine in MPI but it is too slow, I have fedora virtual box on my lap top but without anything installed such as python last night Ram helped me to equipped that but actually I am too naive in computer to be able to install python or like so, I tried galaxy but even uploading my files took many hours at last failed to complete... then my last chance is something working on windows like BBmap might be have at least RPKMs to perform t-test by stand alone tools. I don't have raw counts thereby no way to use featurecounts and then DESeq2 via R
If you have RPKM at gene level, i.e if they are "
not estimated counts", you can simply convert them to raw counts using the RPKM formula.sorry you mean t-test between condition by RPKMs does not make sense?
sorry Devon,
I want to count the miRNA reads using the sorted .bam file containing only mapped reads (all generated by samtools from Bowtie output --SAM file) by featurecounts for Aspergillus fumigatus but in mirbase or wherever there was not a gtf for miRNA then I am using a GTF from ensembl. there is a gff3 contains miRNA but featurecounts did not recognize that. I converted that to gtf by cufflinks but again featurecounts did not recognize that. the GTF from enseble does not contain any miRNA then I am going wrong with this GTF??
thank you
You might need to write a little script to correctly convert the gff3 file to a standard GTF that other things can handle (GFF3 is really an annoying format).
thank you...scripting, my favorite!!! :)
when I converted gff3 to GTF by cufflink all miRNAs which were in gff3 disappeared in GTF