Closed ytang0831 closed 3 years ago
Hi @ytang0831,
Yes, the total reads & mapped reads are from all cells within the library in the preprocessing steps. After preprocessing, the cell IDs are attached to the Readnames of fastq files, you will need to ulitilize these information to do the single-cell QC.
Attached is one of the custom script I used to summarize metadata for single-cells, feel free to modify according to your need.
Best, Chenxu
@cxzhu Thanks for your quick reply! But I still have some doubts here.
Hi @ytang0831
@cxzhu Thanks!
By the way, Does merging sub libraries mean merging all fasta.gz togher, then processing or just bind the output matrixes by column?
Hi @ytang0831, Yes, both options work. As a reminder, you need to keep cell_IDs from each sub-library distinguishable from other sub-libraries. Please refer to the README or the paper for more details.
Yes, I did overlook this information, Thanks!
Hi Chenxu! I encountered some confusion during the process of reproducing your data, but at the pre-processing and mapping steps, the QC information(eg. total reads, mapped reads) seems to come from the entire sample rather than a single cell. So, How can I split the sample into single cells individually, or is there another way to get information about individual cells? Thanks a lot!