rmChr {Repliscope}R Documentation

A function to remove single chromosome data from a bed dataframe

Description

A function to remove single chromosome data from a bed dataframe

Usage

rmChr(bed, chr)

Arguments

bed

A bed dataframe containing 'chrom' column (dataframe, required).

chr

Chromosome to remove (string, required).

Examples

bedDF <- rmChr(W303_S,"chrM") ## removes mitochondria

[Package Repliscope version 1.1.1 Index]