powered by
A function to remove single chromosome data from a bed dataframe
rmChr(bed, chr)
A bed dataframe containing 'chrom' column (dataframe, required).
Chromosome to remove (string, required).
bedDF <- rmChr(W303_S,"chrM") ## removes mitochondria
Run the code above in your browser using DataLab