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

SHM Output Issue #16

Open
immuno-git opened this issue Dec 15, 2022 · 0 comments
Open

SHM Output Issue #16

immuno-git opened this issue Dec 15, 2022 · 0 comments

Comments

@immuno-git
Copy link

Hello, I have been trying to use the Immune_repertoire portion of the RIMA pipeline to calculate SHM statistics for TRUST4 output mouse data (that has not otherwise been processed through the RIMA pipeline).

Rscript src/immune_repertoire/trust4_bcr_process.R --cdr3 C1.processed.txt -s test -o out

However, when I run trust4_bcr_process.R, the program fails with

[1] "Saving SHM results ..."
Error in if (is.na(sample_bcr_cluster)) { : the condition has length > 1
Execution halted

Commenting out that section of the code shown below allows it to run to completion, but I am worried about the effect on the validity of the data analysis.

} else if (is.na(sample_bcr_cluster)) {
ss.ratio <- NULL

Do you have any suggestions for fixing this?

Also, what is the actual statistic being calculated for the SHMRatio output? I am trying to make sure I understand what the values being outputted mean.

Thank you for your time and help, and happy holidays.

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

1 participant