outlierFind: ================================================================...

Description Usage Arguments

View source: R/OutlierFind.R

Description

================================================================ OutlierFind to identify outliers in a matrix using both scoresMod and boxplotMod

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
outlierFind(
  protClass = tannousSpectral,
  outlierLevel = "peptide",
  refCol = 5,
  nCol = 9,
  outlierMeth = "boxplot",
  range = 3,
  proba = 0.99,
  eps = eps,
  cpus = 4,
  randomError = F
)

Arguments

protClass:

a matrix of protein, peptide identifiers and normalized specific amounts

outlierLevel:

peptide for outlier spectra within peptides, or protein for outlier peptides within proteins'

refCol:

number of columns before Mass Spectrometry data columns

nCol:

how many columns in MS data

outlierMeth:

boxplot (recommended), scores, or none

range:

the range parameter used for identifying outliers

eps:

value to add before log2 transfromations (to avoid taking log of zero)

cpus:

number of cpus to use for parallel processing


mooredf22/protsummarize2 documentation built on May 16, 2021, 10:12 p.m.