readRNAQuantRawCounts | R Documentation |
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.
readRNAQuantRawCounts(link)
link |
A link to the raw counts file |
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.
A matrix of raw counts with gene IDs as row names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.