Hello, first thank you so much for your help! But I got some more questions:
- How did you know that this data was non-10x-data by just looking at the data processing part? It says;
For data from Illumina, Illumina CASAVA version 1.8 were used to the basecalling. Read 2 was used to obtain the cell barcodes to further split the reads according to the cell IDs(barcode) and the same time recorded the UMI sequences. Read 1 was picked in each cell and these raw reads were trimmed to remove TSO or polyA sequence. Adaptor contamination and low-quality reads were discarded from the trimmed Read1 raw data. TopHat(version 2.0.14) with default settings were used for sequence alignment and uniquely mapped reads were kept. Uniquely mapped reads were counted by HTSeq package (version 0.6.0), in which reads with same UMI info were assigned as “1”. Finally, for each given individual cell, cell-gene matrices with UMI counts values were generated.
I think the related part is before 'TopHat(version 2.0.14)...' and as far as I know there are cell barcodes in Read 2 and TSO and poly(A) sequence in Read 1 also in Illumina 10x 3' library prep method, what part in here made you to think that this data was non-10x-data?
- If this is not a 10x-data then I think I should use alternative mapping tool for this data (maybe STARsolo or something) cause it seems cellranger does not support non-10x-data as an input. And what makes me worried is that I have to merge two different datasets (one is this, and the other is from 10x 3' v3 mapped by cellranger). Then do you think merging two different datasets that are mapped to ref genome with different method will interfere interpreting biological meanings?
Thanks!