I would like to extract the estimated counts records for TCGA samples from transcriptome tables. Previously it was available in the HTSeq-Counts files but GDC updated the file format recently to STAR-Counts. In the HTSeq-Counts version, the raw_data column stored those records, but now I'm kind of struggling to find out were they've put it. None of the available columns seems to store that information anymore.
If it's really not available here, does someone know which file stores it, or how to calculate it (I guess I need gene length information as well)
STAR file format:
In this case it seems unstranded library preparation method was used (Since it has higher counts than the stranded one)
You should consider unstranded counts as raw counts. Just to be sure, please check the kit that was used.
Thank you!