subset: subset

subset.contactsR Documentation

subset

Description

subset

Usage

## S3 method for class 'contacts'
subset(x, chrom = NULL, start = 0, end = Inf, ...)

Arguments

x

A contacts-object

chrom

A vector of chromosomes to subset

start

A single postion in bp.

end

A single posttion in bp.

...

Currently not in use.

Examples

## Not run: 
WT_chr1 <- subset(WT_new, chrom = 'chr1')
WT_acrocentric <- subset(WT_new, chrom = c('chr13',
                                           'chr14',
                                           'chr15',
                                           'chr21',
                                           'chr22'))

## End(Not run)

robinweide/GENOVA documentation built on March 14, 2024, 11:16 p.m.