powered by
Imports capture regions from a bed file with GC information.
importCaptureRegions(bedFile, reference, Rdirectory, genome = "hg19", forceRedoCR = F, forceRedoRdirectorySave = F)
Which genome the bed file is on. 'hg19', 'hg38' and 'mm10' only supported atm.
Bedfile of the capture regions with extra columns for gc and binding strength information.
the column in the bed file that contains the gc content. Default 5 matches output from the provided script at X.
the column in the bed file that contains the binding strength. Default 6 matches output from the provided script at X.
Reads in the bed file into GRanges format, with extra columns for GC and binding strength.
# NOT RUN { captureRegions = importCaptureRegions('path/to/my/captureRegions.bed') plotColourScatter(captureRegions$gc, captureRegions$dn, xlab='GC content', ylab='binding strength') # }
Run the code above in your browser using DataLab