powered by
GenomicSelection(genome, chrom = NULL, colnames = character(0))
RangedSelection
BigWigSelection
# every chromosome from hg19 GenomicSelection("hg19") # chr1 and 2 from hg19, with a score column GenomicSelection("hg19", c("chr1", "chr2"), "score")
Run the code above in your browser using DataLab