Description Usage Arguments Value Author(s) Examples
This generic function returns the sample names of
a CNV detection method stored in an instance of
CNVDetectionResult-class
.
1 2 | ## S4 method for signature 'CNVDetectionResult'
sampleNames(object)
|
object |
An instance of "CNVDetectionResult" |
sampleNames
returns a eturns a "GRanges" object containing
the parameters.
Guenter Klambauer klambauer@bioinf.jku.at
1 2 3 | data(cn.mops)
r <- cn.mops(X[1:100,1:5])
sampleNames(r)
|
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.