You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reading my issue
I am trying to obtain the TPM count from the Blueprint Encode Data set
I used assay() to get the log transfomed counts and then applied exp() to get the TPM
If the documentation on ?BlueprintEncode is accurate, the values were generated with edgeR, which uses log2-transformation. So your final step would be more accurately 2^log_counts (keeping in mind that the "logcounts" assay holds log-TPMs rather than actual log-counts).
Dear Authors,
Thank you for reading my issue
I am trying to obtain the TPM count from the Blueprint Encode Data set
I used
assay()
to get the log transfomed counts and then appliedexp()
to get the TPMis this the right way to do this
Thank you very much,
Best,
Moutaz
The text was updated successfully, but these errors were encountered: