Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding output.bus returned from kallistobustools #76

Open
ahmadalajami opened this issue Feb 28, 2022 · 1 comment
Open

Understanding output.bus returned from kallistobustools #76

ahmadalajami opened this issue Feb 28, 2022 · 1 comment

Comments

@ahmadalajami
Copy link

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!

@Yenaled
Copy link
Collaborator

Yenaled commented Feb 28, 2022

The order of columns is: barcode, UMI, ec, count

The flag column is not displayed by default (you can display it via the -f option)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants