RNAseqQA {KnowSeq} | R Documentation |
RNAseqQA performs the quality analysis of an expression matrix. This function adapts the RNA-seq data in order to allows using arrayQualityMetrics expression analysis.
RNAseqQA(expressionMatrix, outdir = "RNAseqQA")
expressionMatrix |
A matrix that contains the gene expression values. |
outdir |
The output directory to store the report of arrayQualityMetrics |
Nothing to return.
dir <- system.file("extdata", package="KnowSeq") load(paste(dir,"/expressionExample.RData",sep = "")) RNAseqQA(expressionMatrix)