load_detct_data: Load DeTCT count data in from file

View source: R/load.R

load_detct_dataR Documentation

Load DeTCT count data in from file

Description

load_detct_data opens a file containing count data and returns a tibble with column names adjusted to take account of different column name formats. If it doesn't already exist, it creates a column called RegionID made up of Chr:RegionStart:RegionEnd:3PrimeEndPosition:3PrimeEndStrand:GeneID

Usage

load_detct_data(data_file, ...)

Arguments

data_file

char, Name of the file to open

...

Arguments passed to read_tsv

Value

tibble

Examples

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


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