I have a dataframe with featureCounts like following:
Geneid sample1 sample2 sample3 sample4
ENSG00000241860.6 16 65 19 56
ENSG00000237491.8 57 53 36 89
ENSG00000177757.2 9 6 4 5
ENSG00000228794.8 1145 528 418 355
ENSG00000225880.5 38 21 37 80
ENSG00000230368.2 9 10 6 8
ENSG00000272438.1 36 8 1 26
ENSG00000230699.2 70 24 22 35
ENSG00000241180.1 0 0 1 2
ENSG00000223764.2 272 35 32 61
ENSG00000272512.1 6 16 239 46
ENSG00000224969.1 0 4 7 14
ENSG00000242590.1 669 401 2673 1425
ENSG00000273443.1 122 8 16 6
ENSG00000223823.1 11 0 5 7
ENSG00000272141.1 42 48 47 279
I see that in GDC portal TCGA htseq-counts are converted to FPKM with this formulae HT-seq FPKM. I wanted to convert the above featureCounts to FPKM. How to do that?
PS: FPKM is not for Differential analysis
Thank you.
Hi,
I actually run featureCounts myself. if you are aware could you provide a simple code to convert featurecounts to FPKM.
thanq
Try countToFPKM package.