Description Usage Arguments Value Examples
BAIT – master function to process strand-seq libraries into BAIT ideograms
1 2 |
path |
String denoting location of Strand-seq bam files (default is ".") |
splitBy |
numeric value of binsize for plotting. default is 200000 |
readQual |
Integer dictating the minimal mapping quality required for a read to be accepted. Default is 10. |
pairedEnd |
Whether the bam files being read are in paired end format. Default is TRUE. Note, |
plotBy |
Whether to plot by library ('lib') or chromosome ('chr') |
plotName |
character which determines file name to be saved. Default is to open an R plot from the terminal |
chroms |
vector of chromosome number to prevent contig plotting. eg for humans use 1:24. Default is 'all' |
verbose |
prints messages to the terminal (default is TRUE) |
ideogram plots
1 2 3 4 5 6 7 8 | ## Not run:
#Not run because this takes a minute or two:
bamPath=file.path(system.file(package='contiBAIT'), 'extdata')
BAIT(bamPath, pairedEnd = FALSE) #our example data is single-end
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.