get_cel_filenames: Retrieve Directory's .CEL.gz Files.

View source: R/utils.R

get_cel_filenamesR Documentation

Retrieve Directory's .CEL.gz Files.

Description

This function takes a directory as parameter and return a string vector of the .CEL.gz files that it contains.

Usage

get_cel_filenames(dir, full.names = TRUE, ERROR_IF_EMPTY = TRUE)

Arguments

dir

A character string to consider.

full.names

A logical value.

ERROR_IF_EMPTY

A logical value that allow to not throw an error if dir do not contain any .CEL.gz file.

Value

It returns a string vector of the .CEL.gz files.


fchuffar/epimedtools documentation built on Feb. 3, 2024, 2:21 a.m.