RNASeqRParam_Sam-class: RNASeqRParam_Sam

Description Slots Author(s) Examples

Description

An S4 class for checking and storing RNA-Seq workflow parameters starting with SAM files.

Slots

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.

Author(s)

Kuan-Hao Chao

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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)

RNASeqR documentation built on Nov. 8, 2020, 7:49 p.m.