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 applied exp() to get the TPM
is this the right way to do this
log_counts = assay(ref_1)
TPMs_count = exp(log_counts)
Thank you very much,
Best,
Moutaz