Learn R Programming

genoset (version 1.28.2)

A RangedSummarizedExperiment with methods for copy number analysis

Description

GenoSet provides an extension of the RangedSummarizedExperiment class with additional API features. This class provides convenient and fast methods for working with segmented genomic data. Additionally, GenoSet provides the class RleDataFrame which stores runs of data along the genome for multiple samples and provides very fast summaries of arbitrary row sets (regions of the genome).

Copy Link

Version

Version

1.28.2

License

Artistic-2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Peter M Haverty

Last Published

February 15th, 2017

Functions in genoset (1.28.2)

calcGC2

Calculate GC Percentage in sliding window
genoPos

Get base positions of features in genome-scale units
modeCenter

Center continuous data on mode
segTable

Convert Rle objects to tables of segments
rangeSegMeanLength

Get segment widths
chrNames

Get list of unique chromosome names
nrow,GenomicRanges-method

GenomicRanges API Additions
baf2mbaf

Calculate mBAF from BAF
genoPlot

Plot data along the genome
calcGC

Calculate GC Percentage in windows
[,GenoSet,ANY-method

Subset a GenoSet
numCallable

Count Rle positions >= min
.do_rledf_views

Calculate min/max/sum/mean/whichmin/whichmax over each view on each column of an RleDataFrame.
boundingIndices

Find indices of features bounding a set of chromosome ranges/genes
segs2Rle

Make Rle from segments for one sample
toGenomeOrder

Set a GRanges or GenoSet to genome order
chrIndices

Get a matrix of first and last index of features in each chromosome
isGenomeOrder

Check if a GRanges orGenoSet is in genome order
readGenoSet

Load a GenoSet from a RData file
bounds2Rle

Convert bounding indices into a Rle
gcCorrect

Correct copy number for GC content
cn2lr

Take vector or matrix of copynumber values, convert to log2ratios
GenoSet

Create a GenoSet object
chrPartitioning

Partitioning by Chromosome
genome

Get and set the genome universe annotation.
chrInfo

Get chromosome start and stop positions
GenoSet-class

Class "GenoSet"
RleDataFrame-class

Class "RleDataFrame"
segs2RleDataFrame

CBS segments to probe matrix
fixSegNAs

Fix NA runs in a Rle
runCBS

Run CBS Segmentation
chr

Chromosome name for each feature
rangeSampleMeans

Average features in ranges per sample
lr2cn

Take vector or matrix of log2 ratios, convert to copynumber
RleDataFrame-views

Calculate summary statistics on views of an RleDataFrame
genoset-datasets

Example GenoSet object
boundingIndicesByChr

Find indices of features bounding a set of chromosome ranges/genes, across chromosomes
chrOrder

Order chromosome names in proper genome order
rbindDataframe

A fast method for concatenating data.frames
segs2Granges

GRanges from segment table
pos

Chromosome position of features
genoset-package

GenoSet: An eSet for data with genome locations
genomeAxis

Label axis with base pair units
segPairTable

Convert Rle objects to tables of segments
.do_rledf_range_summary

Calculate min/max/sum/mean/whichmin/whichmax over ranges on each column of an RleDataFrame.