DataFilter_Shine: DataFilter_Shine

View source: R/DataFilter.R

DataFilter_ShineR Documentation

DataFilter_Shine

Description

a function to filter p value more than 0.05 or any value you can choose, foldchange less than 1.2 and more than 0.8 or any value you can choose, and vip less than 1 or any value you can choose

Usage

DataFilter_Shine(
  p = 0.05,
  comp1 = 1,
  comp2 = 1,
  fc_toplimit = 4/3,
  fc_lowerlimit = 3/4
)

Arguments

p

p value

comp1

component 1 in PLSDA

comp2

component 2 in PLSDA

fc_toplimit

top limit of fold change

fc_lowerlimit

lower limit of fold change

Value

filter p,foldchange,vip value that do not match the condition .

Author(s)

Shine Shen qq951633542@163.com


shineshen007/shine documentation built on Feb. 16, 2025, 9:16 p.m.