Thank you ! As far as I understand publication is NOT yet available. I am missing mentioning scanpy - where do you see it ? Any way scanpy has several versions of normalizations .
The project "Tabula Sapiens" ( https://tabula-sapiens-portal.ds.czbiohub.org/ ) provides scRNA-seq data for huge number of single cells transcripts ( nearly 500,000 cells from 24 organs of 15 normal human subjects ). One can download count matrices of scRNA-seq data here: https://figshare.com/articles/dataset/Tabula_Sapiens_release_1_0/14267219
I took a brief look on data (https://www.kaggle.com/alexandervc/look-on-tablasapiens-bone-marrow) and a bit puzzled by the following:
Question: What is the format for these count matrices - counts, log( 1+ counts ) or probably something else ?
The values are e.g. 1.6892005, 1.7121489
if I take summation by genes or summation of 2**( these expressions) or summation exp(these expressions) : neither of these correspond to 'n_counts_UMIs' - provided by separate column. So that seems to me that it is not neither counts, neither log(counts).
1 answer
If you look at the top of the page you linked, you can see that the data you downloaded is from figShare. If you look in the portal you will find that they provide raw data, process data and cellxgene collection. figShare is the processed data. You can also find that the data was processed using scanpy, so the values are likely normalised/scaled counts from scanpy. You should read their publication, or have a better look at their portal, and find exactly how the data was processed.
It is written "to use with scanpy " not "normalized with scanpy". Any way thank you.
Log in to answer this question.