friends,
i have a file containing raw counts produced by featurecounts. now i need RPKM and VST...i read DEseq2 vignette but really i could not get what to do...supposing my raw counts file named counts.txt and placed in /usr/data/nfs6/izadi/microarray/subread-1.4.6-p5-source/ and i installed DEseq2 package...please help me to calculate the RPKM and VST.
for example in the below i don't know what i should replace in the code
library("pasilla")
library("Biobase")
data("pasillaGenes")
countData <- counts(pasillaGenes)
colData <- pData(pasillaGenes)[,c("condition","type")]
i am not familiar enough with R but i need RPKM and VST files...
thank you
thank you Michael i think i have to more study in R because everything is harsh for me to understand...