Description Usage Arguments Details Value
Run a ALL the available MHCI peptides or by specie (This function is called by RunAllMHC)
1 2 3 4 5 6 7 8 | RunMHCAlleles(
seqfile,
alleleList,
rthParam = 0.5,
rltParam = 2,
tParam = -99.9002,
nCores
)
|
seqfile |
character with the file path of the fasta file (it should be .fasta and contain onle 1 sequence, Multifasta files in progress) |
alleleList |
a list of characters containing alleles list(l1 = c("HLA-A01:01","HLA-A02:01"), l2 = c("HLA-A26:01","HLA-B08:01")) |
rthParam |
float (default 0.5) upper limit for strong binder (SB -> peptide percentage rank < rhtParam) |
tParam |
tparam |
nCores |
integer indicating the number of used CPUs or workers from BiocParallele |
rlhParam |
float (default 2.0) upper limit for weak binder WB -> rhtParam <= peptide percentrank < rltParam |
run netMHCIIpan trhough the sequence fasta file for each MHCII Allele
a character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.