RNASeqRParam_Sam-class | R Documentation |
An S4 class for checking and storing RNA-Seq workflow parameters starting with SAM files.
os.type
'linux' or 'osx'. The operating system type.
python.variable
A list storing python environment.
(check.answer, python.version)
python.2to3
Logical value whether 2to3
command is available
on the workstation.
path.prefix
Path prefix of 'gene_data/', 'RNASeq_bin/', 'RNASeq_results/', 'Rscript/' and 'Rscript_out/' directories.
input.path.prefix
Path prefix of 'input_files/' directory,
genome.name
Variable of genome name defined in this RNA-Seq workflow
(ex. genome.name
.fa, genome.name
.gtf).
sample.pattern
Regular expression of paired-end fastq.gz files under
'input_files/raw_sam'. Expression not includes _[1,2].fastq.gz
.
independent.variable
Independent variable for the biological. experiment design of two-group RNA-Seq workflow.
case.group
Group name of the case group.
control.group
Group name of the control group.
Kuan-Hao Chao
data(yeast) "@"(yeast, os.type) "@"(yeast, python.variable) "@"(yeast, python.2to3) "@"(yeast, path.prefix) "@"(yeast, input.path.prefix) "@"(yeast, genome.name) "@"(yeast, sample.pattern) "@"(yeast, independent.variable) "@"(yeast, case.group) "@"(yeast, control.group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.