readRNAQuantRawCounts: Read raw counts from GEO

View source: R/rnaseq.R

readRNAQuantRawCountsR Documentation

Read raw counts from GEO

Description

This function reads the raw counts from a GEO link. The raw counts are expected to be in a tab-separated file with the first column containing the gene IDs and the remaining columns containing the raw counts.

Usage

readRNAQuantRawCounts(link)

Arguments

link

A link to the raw counts file

Details

This function reads the raw counts and returns a matrix with the gene IDs as the row names, ready for use in creating a SummarizedExperiment.

Value

A matrix of raw counts with gene IDs as row names


seandavi/GEOquery documentation built on Aug. 8, 2024, 5:22 p.m.