Description Usage Arguments Value Examples
Reads BED files to produce bionano Bed files
1 2 | buildrunBNBedFiles(bedFile, returnMethod = c("Text", "dataFrame"),
outdir)
|
bedFile |
character. Path to UCSC Bed File. |
returnMethod |
character. Path to output directory. |
outdir |
character. Path to output directory. |
Data Frame or text file. Contains the gene information.
1 2 3 | bedFile <- system.file("extdata", "Homo_sapiens.Hg19.bed",
package="nanotatoR")
bed<-buildrunBNBedFiles(bedFile,returnMethod="dataFrame")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.