Description Usage Arguments Details Value Examples
View source: R/GetHumanMHCIdata.R
Function to retrieve the human MHCI tissue draft dataset
1 2 3 4 5 | GetHumanMHCIdata(
NetMHC_Rank_Threshold = 2,
return_all_rawData = FALSE,
omitThymus = TRUE
)
|
NetMHC_Rank_Threshold |
NetMHCpan4.0 rank threshold value (peptides with binding scores below or equal to this value are selected), Default: 2 |
return_all_rawData |
Logical, TRUE returns the raw dataset while FALSE returns a cleaned up version that is to be used with most functions of the MHCIatlas Rpackage, Default: FALSE |
omitThymus |
TRUE removes Thymus tissue from data, default is TRUE |
More about the NetMHCpan-4.0 scoring system and MHCI binding prediction can be found here: NetMHCpan-4.0: Improved Peptide–MHC Class I Interaction Predictions Integrating Eluted Ligand and Peptide Binding Affinity Data Vanessa Jurtz, Sinu Paul, Massimo Andreatta, Paolo Marcatili, Bjoern Peters and Morten Nielsen The Journal of Immunology (2017) ji1700893; DOI: 10.4049/jimmunol.1700893
Data frame of the human MHCI peptide tissue draft
1 2 3 4 | ## Not run:
df_human<- GetHumanMHCIdata()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.