Hello:
I am trying to run single-cell RNA-seq velocity analysis by velocyto run10x
(https://velocyto.org/velocyto.py/tutorial/cli.html) using the output of cellranger multi
with hashtag multiplex.
Could someone please let me know what the difference between "possorted_genome_bam.bam" in the output of cellranger count
with no multiplex, and sample_alignments.bam
in the output of cellranger multi
with multiplex?
Can I use the sample_alignments.bam
in the output of cellranger multi
to run velocyto run10x
?
Thanks a lot.
As far as I see from the tutorial, you just need to give the cellranger output folder and it will do the rest.
bamfile = os.path.join(samplefolder, "outs", "possorted_genome_bam.bam")
velocyto run10x
needs the above bam file in the output folder so I thinksample_alignments.bam
file will not work.But did you find the answer to this question:
Could someone please let me know what the difference between "possorted_genome_bam.bam" in the output of cellranger count with no multiplex, and sample_alignments.bam in the output of cellranger multi with multiplex?