Export_Summary_SNV: Export Summary Count from SNV Results

View source: R/SummarySNV.R

Export_Summary_SNVR Documentation

Export Summary Count from SNV Results

Description

Export Summary Count from SNV Results

Usage

Export_Summary_SNV(
  Input,
  Mut_EL_th = NA,
  Mut_Rank_th = NA,
  Wt_EL_th = NA,
  Wt_Rank_th = NA,
  Total_RNA_th = NA,
  Tumor_RNA_th = NA,
  MutRatio_th = NA,
  DupCount = FALSE
)

Arguments

Input

Input file generated from MainSNVClass1,2.

Mut_EL_th

The threshold for mutant peptide to be neoantigen.

Mut_Rank_th

The threshold for mutant peptide to be neoantigen.

Wt_EL_th

The threshold for wt peptide to be neoantigen.

Wt_Rank_th

The threshold for wt peptide to be neoantigen.

Total_RNA_th

The total RNA expression threshold.

Tumor_RNA_th

The tumor specific RNA expression threshold.

MutRatio_th

The mutation ratio threshold.

DupCount

Count for each different HLA type

Value

Num_Alteration The number of evaluated alterations.

Num_Alteration_Generating_NeoAg The number of evaluated alterations that can generate neoantigen.

Num_Peptide The number of evaluated peptifdes.

Num_Peptide_Generating_NeoAg The number of evaluated peptides that can be neoantigen.


hase62/Neoantimon documentation built on Sept. 21, 2023, 4:23 p.m.