makeAx4TPM | R Documentation |
TPM (Transcript per Million) normalisation of Ax4 RNA-Seq data. Returns Genes and norm expression for those genes with above zero readcount. TPM normalises gene expression with gene length included. See StatQuest RPKM FPKM and TPM Clearly Explained on YouTube for good explanation.
makeAx4TPM(x)
x |
should be a 6 column un-normalised ax4 set1 readcounts file. Can be found in the dicty_chip_seq Rproj or in RNA-Seq folder in Dropbox |
This could maybe be split into two functions one which gets the width of genes from the dicty TxDb object another which actually does the TPM calculation
Extra info: Bioconductor Forum Page Mike Love guy who created DESEq2. All columns now = 1e6 as he says it should
TPM matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.