outlier_connectivity: Sample filter based on connectivity z-socres

Description Usage Arguments Value Author(s) Examples

Description

This function remove outliers based on network connectivity z-scores.

Usage

1
2
outlier_connectivity(data, onetrait = NULL, sdout = 2, label = FALSE,
  plot = TRUE)

Arguments

data

Data matrix

onetrait

One sample information for plot Defaults to NULL

sdout

The threshold for outliers Defaults to 2

label

Whether use the label in plot or not Defaults to FALSE

plot

Whether output the plot or not Defaults to TRUE

Value

outliers

Author(s)

WKL

Examples

1
outlier_connectivity(data, trait$Gender, sdout=2, label=FALSE)

wkl1990/MyPackage documentation built on May 26, 2019, 6:36 a.m.