You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear @yfarjoun,
Thanks for the very helpful tools!
I am trying to get the splice junctions out of single cell RNA-seq (10X) dataset as below:
regtools junctions extract -b output.barcodes -o output.sj possorted_genome_bam.bam -s XS
I used the BAM file generated by 10X Cellranger, and here is the information of the first read for your reference:
I have some questions as below:
First, do I need to specify the PCR adaptors (cell barcode and UMI) in output.barcodes? or it is sth that it find through the bam file as if I am not proving it I get the warning: No CB tag found for alignment (id = 0) . And does not providing this make any difference to the output?
Second, I was wondering if the format of my BAM file (in terms of tags) is appropriate to run the above command?
Thank you for your help on this!
Paria
The text was updated successfully, but these errors were encountered:
Dear @yfarjoun,
Thanks for the very helpful tools!
I am trying to get the splice junctions out of single cell RNA-seq (10X) dataset as below:
regtools junctions extract -b output.barcodes -o output.sj possorted_genome_bam.bam -s XS
I used the BAM file generated by 10X Cellranger, and here is the information of the first read for your reference:
A01433:57:HK7V5DSX2:2:1219:31729:12602 16 chr1 10006 1 101M * 0 0 CTATTCCTTACCATTAACCTTAACCTTACCCTTACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAAC ,:,,,::,F:,:,:::,,,,:,,:,:,F::FF,F:,,,F,::FFF,:F:F:F,F,FFFF:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NH:i:3 HI:i:2 AS:i:79 nM:i:10 RG:Z:T01556_sl_con:0:1:HK7V5DSX2:2 RE:A:I xf:i:0 CR:Z:ATCCTATGTTGACGGA CY:Z:,FFFFFFFFFF,FFF: CB:Z:ATCCTATGTTGACGGA-1 UR:Z:TTCAGCAGGGCT UY:Z:FFFFFFFFFFFF UB:Z:TTCAGCAGGGCT
I have some questions as below:
First, do I need to specify the PCR adaptors (cell barcode and UMI) in output.barcodes? or it is sth that it find through the bam file as if I am not proving it I get the warning: No CB tag found for alignment (id = 0) . And does not providing this make any difference to the output?
Second, I was wondering if the format of my BAM file (in terms of tags) is appropriate to run the above command?
Thank you for your help on this!
Paria
The text was updated successfully, but these errors were encountered: