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

Ambiguous Gene Usage in TRBD #391

Open
ShaowenJ opened this issue Jan 16, 2024 · 2 comments
Open

Ambiguous Gene Usage in TRBD #391

ShaowenJ opened this issue Jan 16, 2024 · 2 comments

Comments

@ShaowenJ
Copy link

❓ Questions and Help

Hi, I was curious whether the ambiguity of nomenclature ("TRBD1, TRBD2" and "TRBD2, TRBD1") in the below figure are caused from the MIXCR input? or the geneUsage function from the immunarch package?

image
file_path = "/workdir/sj657/lymph_node/notebooks/immunarch_dir/TRB/"
trb_mixcr <- repLoad(file_path)
trbj <- geneUsage(trb_mixcr$data, "musmus.trbd", .norm=T,)
plt = vis(trbj)
plt

Thanks!

@ShaowenJ
Copy link
Author

I think I found the argument with the .ambig; but what's the difference between "exc" and "maj"?
Thanks again,

@vadimnazarov
Copy link
Contributor

Hi ShaowenJ,

"exc" means excluding those D segments which are in the musmus.trbd library. Maj means taking only the first one, so "TRBD1" from "TRBD1,TRBD2"

https://immunarch.com/reference/geneUsage.html

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