PepFrag: Create fragment of peptide set

View source: R/pepKmerFeature.R

PepFragR Documentation

Create fragment of peptide set

Description

Create fragment of peptide set

Usage

PepFrag(
  peptideSet = peptides,
  coreN = parallel::detectCores(logical = F),
  fragLenSet = 3:8,
  CutStart = NULL,
  Cutend = NULL
)

Value

A vector with all fragment of peptide set

Examples

PepFragResult <- PepFrag(peptideSet = peptides.allmouse,fragLenSet = 3:8)

yujijun/neoantigenML documentation built on March 20, 2022, 11:59 p.m.