View source: R/cmd_batch_rnaseq_quality_assessment.R
| RNASeqQualityAssessment_CMD | R Documentation | 
Assess the quality of '.fastq.gz' files for RNA-Seq workflow in background.
This step is optional in the whole RNA-Seq workflow. 
This function reports the quality assessment result in packages
systemPipeR
For systemPipeR,
'RNASeq_results/QA_results/Rqc/systemPipeR/fastqReport.pdf'
will be created. 
 If you want to assess the quality of '.fastq.gz'
files for the following RNA-Seq workflow in R shell,
please see RNASeqQualityAssessment() function.
RNASeqQualityAssessment_CMD(RNASeqRParam, run = TRUE, check.s4.print = TRUE)
RNASeqRParam | 
 S4 object instance of experiment-related parameters  | 
run | 
 Default value is   | 
check.s4.print | 
 Default   | 
None
Kuan-Hao Chao
data(yeast) ## Not run: RNASeqQualityAssessment_CMD(RNASeqRParam = yeast) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.