load_rnaseq_data: Load RNA-seq count data in from file

View source: R/load.R

load_rnaseq_dataR Documentation

Load RNA-seq count data in from file

Description

load_rnaseq_data opens a file containing count data and returns a tibble with column names adjusted to take account of different column name formats.

Usage

load_rnaseq_data(data_file, ...)

Arguments

data_file

char, Name of the file to open

...

Arguments passed to read_tsv

Value

tibble

Examples

data <- load_rnaseq_data(data_file = 'all.tsv')


richysix/rnaseqtools documentation built on Jan. 26, 2025, 10:14 a.m.