sampleNames: This generic function returns the sample names of a CNV...

Description Arguments Value Author(s) Examples

Description

This generic function returns the sample names of a CNV detection method stored in an instance of CNVDetectionResult-class.

Arguments

object

An instance of "CNVDetectionResult"

Value

sampleNames returns a eturns a "GRanges" object containing the parameters.

Author(s)

Guenter Klambauer klambauer@bioinf.jku.at

Examples

1
2
3
data(cn.mops)
r <- cn.mops(X[1:100,1:5])
sampleNames(r)

Example output

Loading required package: parallel
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: IRanges
Loading required package: GenomeInfoDb

Attaching package: 'cn.mops'

The following object is masked from 'package:S4Vectors':

    params

Normalizing...
Starting local modeling, please be patient...  
Reference sequence:  undef
Starting segmentation algorithm...
Using "fastseg" for segmentation.
[1] "S_1" "S_2" "S_3" "S_4" "S_5"

cn.mops documentation built on Nov. 8, 2020, 5:59 p.m.