Entering edit mode
16 days ago
mk
▴
310
According to the STARsolo docs, setting --soloUMIdedup 1MM_Directional_UMItools
:
follows the "directional" method from the UMI-tools
Can anyone confirm how this differs from calling umi-tools dedup like:
# Note that by default, `--method=directional` for umi-tools.
umi_tools dedup --per-cell --extract-umi-method=tag --umi-tag=UR --cell-tag=CR \
-I $input_bam \
-S $output_bam;