filter_dflist: Filter columns of df in a list

Description Usage Arguments

Description

This function filters columns of multiple df in a list, when compared using a vector. Use through lapply().

Usage

1
filter_dflist(x, y, uniq_bool = T)

Arguments

x

data frame. It should be a list element if used from lapply.

y

character vector. It should contains gene names found in the colnames of the data frame.

uniq_bool

logical. Whether to return unique rows only.


BTR documentation built on May 2, 2019, 12:21 p.m.