deletePathway: A function that deletes pathways whose frequency is greater...

Description Usage Arguments Examples

Description

a function that examines a frequency table and conserves the elements with frequency greater than min and less than max parameters

Usage

1
deletePathway(SET, MyGroups = mypathways, max = 9999, min = 0)

Arguments

SET

a data frame

MyGroups

is the data frame column that contains the names of pathways

max

is the max acceptable frequency

min

is the minimum acceptable frequency

Examples

1
deletePathway(SET,MyGroups=mypathways,max=9999,min=0)

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.