Skip to content

Understanding output.bus returned from kallistobustools #76

@ahmadalajami

Description

@ahmadalajami

Hi,

I am using kallistobustools, namely kb ref and kb count commands to build the count matrix of a scRNA-seq dataset.

I have ran bustools sort and bustools text on output.filtered.bus in order to look at the alignments like the following:
bustools sort -o output_sorted.bus output.filtered.bus
bustools text -o output_sorted.txt output_sorted.bus

In your BUS-format repo, you describe the output as 5 columns named barcode, umi, ec, count, flags. However, my output only has 4.

  1. Why is that the case?
  2. Which information is stored in each column of my output?

output_sorted.txt looks like the following:
AAATCCTGTAAACGTACCAATTACCGG AAAAAACA 93002 3
AAATCCTGTAAACGTACCAATTACCGG AAAAAAGA 1049056 1

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions