Description Usage Arguments Value Author(s) Examples
Constructor function for RNASeqRParam_Sam objects
1 2 3 |
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. |
sample.pattern |
Regular expression of paired-end fastq.gz files under
'input_files/raw_sam'. Expression not includes |
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. |
an object of class RNASeqRParam_Sam
Kuan-Hao Chao
Kuan-Hao Chao
1 2 3 4 5 6 7 8 9 10 11 12 | input_files.path <- system.file("extdata/", package = "RNASeqRData")
rnaseq_result.path <- tempdir(check = TRUE)
## Not run:
exp <- RNASeqRParam_Sam(path.prefix = rnaseq_result.path,
input.path.prefix = input_files.path,
genome.name = "Saccharomyces_cerevisiae_XV_Ensembl",
sample.pattern = "SRR[0-9]*_XV",
independent.variable = "state",
case.group = "60mins_ID20_amphotericin_B",
control.group = "60mins_ID20_control")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.