read_rcc {NanoTube} | R Documentation |
This function reads in a single .rcc file and splits into expression, sample data, and qc components.
read_rcc(file)
file |
file name |
list containing expression data, sample attributes, and basic qc from the .rcc file.
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)