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

Antigen.garnish missing columns in output file with fusion peptides #156

Open
GHosking-01 opened this issue Oct 9, 2023 · 4 comments
Open

Comments

@GHosking-01
Copy link

Hi,
I am attempting to use antigen garnish to predict neoantigens from fusion proteins predicted by arriba/starfusion/fusioncatcher.
I took the predicted peptides from those programs (quite long, minimum of 60 amino acids) and ran them through the Docker version of fusioncatcher (I ran the example data to check everything was working and it was fine). I used fread in R to put my CSV file into a data.table and then used result <- garnish_affinity(mytable).
An example of the format of my csv file
image
MHC is for a balb-c mouse and used all for mutant index since they are novel fusion proteins.

I'm missing the columns:

%Rank_EL_netMHCpan
command_netMHCpan
core_netMHCpan
Gl_netMHCpan
Gp_netMHCpan
icore_netMHCpan
Identity_netMHCpan
Il_netMHCpan
Ip_netMHCpan
Of_netMHCpan
pep_wt
pos_netMHCpan
Score_EL_netMHCpan

and the columns netMHCpan, netMHCII, netMHCIIpan, pos_netMHC and dai_uuid are empty in the output file.
Didn't see any errors in the readout for antigen garnish so I am unsure what is going wrong. Any help would be appreciated! Thanks.

@andrewrech
Copy link
Owner

MHC is for a balb-c mouse

Not sure the above tools have an option for this MHC. Could you check and also attach minimal input/output so I can repro? Thx

@GHosking-01
Copy link
Author

See attached minimal input/output. Thanks! (docker output zipped- file was too large to upload directly)
myagdockeroutput.zip
only1.csv

@andrewrech
Copy link
Owner

Did you check that these tools have this MHC optional available? If not, output will be blank

@GHosking-01
Copy link
Author

GHosking-01 commented Oct 16, 2023

Sorry for the delayed reply- all of the tools support the mouse MHC for Balb-c according to their documentation.

***EDIT 21/11/23
see output from antigen garnish
MHC netMHCpan netMHC netMHCII netMHCIIpan
image
in that original input i did not specify MHCII alleles thus netMHCII, netMHCIIpan being empty.
Since netMHCpan supports H2 alleles I am unsure of why antigen garnish won't process them
image

Thankyou!

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