RunAllMHCII: RunMHCIIAlleles

Description Usage Arguments Details Value

View source: R/netMHCpan.R

Description

Run a peptides between 8 to 14 mers along a fasta sequence (from file)

Usage

1
2
3
4
5
6
7
8
9
RunAllMHCII(
  seqfile,
  alleleGroup,
  rankS = 0.5,
  rankW = 10,
  rankF = rankW,
  pepLength = 15,
  nCores
)

Arguments

seqfile

character with the file path of the fasta file (it should be .fasta and contain onle 1 sequence)

alleleGroup

see GetAlleleList

rankS

float (default 0.5) upper limit for strong binder

rankW

float (default 10.0) upper limit for weak binder

rankF

float (default 10.0) filter to show peptide binders

pepLength

integer (default 15) length of the tested peptide

nCores

number of used CPS or worker for BiocParallel

Details

run ALL MHCII alleles agains the sequenfile

Value

an RAPIMHCII data.frame like obsejt


elmerfer/RAPInetMHCpan documentation built on Sept. 17, 2021, 2:14 p.m.