Learn R Programming

Repliscope (version 1.1.1)

rmChr: 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

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

Run the code above in your browser using DataLab