Description Usage Arguments Value Examples
Read in the peak files (BED format) with the loadBedFiles() function. Only the first three columns (chr, start, end) of the peak files are required an read in. Additional columns are allowed but ignored.
1 | loadBedFiles(csvfile)
|
csvfile |
csvfile from loadCSVFile function |
coordinates of peak files
1 2 3 4 5 | ## Not run:
csvfile <- loadCSVFile("DNAseEncodeExample.csv")
samplePeaks <- loadBedFiles(csvfile)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.