designate: Designate significant observations

Description Usage Arguments Author(s) See Also Examples

View source: R/designate.R

Description

Designate observations as significant based on filtering them using dplyr::filter. Can be used in conjunction with genoppi plotting functions.

Usage

1

Arguments

data

a data.frame

...

any arguments that can be inputted into dplyr::filter.

Author(s)

frhl

See Also

Other genoppi: enrichment(), interactors(), mttest(), plotOverlap(), plotScatter(), plotVolcano()

Examples

1
2
3
## Not run: 
data = df %>% genoppi.ttest()%>% designate(FDR < 0.1, pvalue < 0.05)
## End(Not run)

frhl/pRoteomics documentation built on Feb. 19, 2020, 3:53 p.m.