Methods for visualizing TPM of gene samples
1
0
Entering edit mode
2.3 years ago
Muny • 0

Hello everyone,

I am relatively new at analyzing RNA_seq data. I am using R studio and have a .tsv file which contains a dataframe of rna tissue samples along with their TPM values. I have noticed that most work flows begin with a raw counts file. What would be the best method or approach for analysis if all I have are tpm values?

R TPM RNA-seq • 1.0k views
ADD COMMENT
1
Entering edit mode

For what sort of analysis? Just visualizing TPMs in a sample? Differential expression? DE from TPMs is not recommended, and while it's possible to hack something together with limma-voom, it's a much better use of your time to try to get the raw counts if differential expression analysis is your end goal.

ADD REPLY
0
Entering edit mode

I am analyzing an hpa_rna_tissue file that only includes TPM values of genes by sample. As a somewhat newbie to the space I was interested in what kind of useful information could be extracted or visualized using only the TPM values provided.

ADD REPLY
2
Entering edit mode
2.3 years ago

If all you want is pretty pictures, learn how to use the ggplot2 library to make visualizations; it okay to use TPM for pictures. If you intend to do some real math, you need raw counts.

ADD COMMENT
0
Entering edit mode

Thank you for your feedback

ADD REPLY

Login before adding your answer.

Traffic: 2935 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6