mtx_name_match: Matching file names with sample names from metadata

Description Usage Arguments Value

View source: R/rnaseq.R

Description

Matching file names with sample names from metadata

Usage

1
mtx_name_match(mtx, metadata, sample_col, file_col, cutoff)

Arguments

mtx

A matrix - the raw gene count matrix

metadata

A dataframe - the metadata

sample_col

A string - the metadata column with sample names

file_col

A string - the metadata column with file names

cutoff

An integer - the cutoff for filtering low-expressed genes. Genes with total counts less than this cutoff will be excluded.

Value

A matrix


xmc811/xmcutil documentation built on June 4, 2021, 10:48 a.m.