View source: R/classifyByKnownClasses.R
combineSilStats | R Documentation |
Function takes all region_sample listed in matTable and extracts the read counts in each class from the single line silStats files that are generated when clustering according to known classes.
combineSilStats(matTable, numClasses, outPath)
matTable |
Table with list of all samples and regions which have been classified according to known classes. |
numClasses |
An integer indicating the total number of classes being used |
outPath |
A string with the path to the directory where the output should go |
data.frame of the number of reads in each class, with extra columns for total number of reads, region and sample names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.