qseaSet-class | R Documentation |
The qseaSet class is used in qsea to store information about the coverage, the dependent organism, the chromosomes included in the input file, the length of the included chromosomes (automatically loaded), the number of regions, and optionally CNV information.
sampleTable
:Object of class "data.frame"
:
the sample table
count_matrix
:Object of class "matrix"
:
matrix containing the coverage for all samples
zygosity
:Object of class "matrix"
:
matrix containing the zygosity for all chromosomes and all samples
regions
:Object of class "GenomicRanges"
:
the genomic regions for the coverage matrix
parameters
:Object of class "list"
:
the parameter list used to create this object
cnv
:Object of class "GenomicRanges"
:
CNV ranges and logFCs
enrichment
:Object of class "list"
:
parameters of the sequence pattern enrichment analysis
libraries
:Object of class "matrix"
:
parameters of the sequencing libraries
signature(object = "qseaSet")
:
extracts the sample table of a qsea set
signature(object = "qseaSet")
:
extracts the sample names of a qsea set
signature(object = "qseaSet")
:
extracts the sample groups of a qsea set
signature(object = "qseaSet")
:
returns the analysed chromosomes
signature(object = "qseaSet")
:
extracts the count matrix a qsea set
signature(object = "qseaSet")
:
extracts the regions object of a qsea set
signature(object = "qseaSet")
:
extracts the parameter list of a qsea set
signature(object = "qseaSet")
:
extracts the library size (eg the total number of read counts per sample)
signature(object = "qseaSet")
:
extracts the list with the different normalization factors
signature(object = "qseaSet")
:
TRUE if CNV information is present, FALSE otherwise
signature(object = "qseaSet")
:
extracts the CNV regions and logFCs
signature(object = "qseaSet")
:
extracts offset of rpkm scaled background reads
signature(object = "qseaSet")
:
returns the window size of the object
signature(object = "qseaSet")
:
returns the zygosity matrix of the object
signature(object = "qseaSet", zygosityMatrix)
:
sets the zygosity matrix, and resets CNV
Matthias Lienhard
showClass("qseaSet")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.