read_rcc: Read .rcc file

View source: R/read_rcc.R

read_rccR Documentation

Read .rcc file

Description

This function reads in a single .rcc file and splits into expression, sample data, and qc components.

Usage

read_rcc(file)

Arguments

file

file name

Value

list containing expression data, sample attributes, and basic qc from the .rcc file.

Examples

example_data <- system.file("extdata", "GSE117751_RAW", package = "NanoTube")

# First file only
single_file <- list.files(example_data, full.names = TRUE)[1]
single_dat <- read_rcc(single_file)

calebclass/NanoTube documentation built on Nov. 21, 2023, 12:31 p.m.