Description Extends Slots Author(s) See Also Examples
The r3CseqInBatch class is the extended class from r3CseqCommon class. It is a general container for storing and manipulating a set of input parameters, RangeData of interactions regions from r3Cseq analysis for replicates data sets.
Class r3CseqCommon, directly.
organismNameObject of class "character" the version of
particular assembly genome from UCSC (e.g. mm9, hg18, hg19) . The package supports
three genome assemblies consisting of mouse (mm9), and human (hg18, hg19).
restrictionEnzymeObject of class "character" this is the primary
restriction enzyme name using in 3C-Seq experiment
viewpoint_chromosomeObject of class "character"
chromosome name of where is the viewpoint located eg. chr10, chrX etc.
viewpoint_primer_forwardObject of class "character"
the forward primer DNA sequences for the viewpoint amplification
viewpoint_primer_reverseObject of class "character"
the reverse primer DNA sequences for the viewpoint amplification
expReadCountObject of class "RangedData"
the read count in experiment
contrReadCountObject of class "RangedData"
the read count in control
expRPMObject of class "RangedData"
the normalized read read per million in experiment
contrRPMObject of class "RangedData"
the normalized read read per million in control
expInteractionRegionsObject of class "RangedData"
the identified interaction regions in experiment
contrInteractionRegionsObject of class "RangedData"
the identified interaction regions in control
isControlInvolvedObject of class "logical"
the logical to ask whether the control is involved in the analysis or not
bamFilesDirectoryObject of class "character"
the path name of directory that contains BAM files
BamExpFilesObject of class "vector"
the file names of BAM files in the experiment
BamContrFilesObject of class "vector"
the file names of BAM files in the control
expBatchLabelObject of class "vector"
the labeled experiment names
contrBatchLabelObject of class "vector"
the labeled control names
readCountTableObject of class "RangedData"
the read count table
RPMsTableObject of class "RangedData"
the normalized read per million table
expBatchLibrarySizeObject of class "vector"
the library size of each experiment
contrBatchLibrarySizeObject of class "vector"
the library size of each control
expBatchReadLengthObject of class "vector"
the read length of experiments
contrBatchReadLengthObject of class "vector"
the read length of controls
S. Thongjuea
r3CseqCommon, r3CseqInBatch
1 | # See the vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.