View source: R/OverlappingGenes.r
buildrunBNBedFiles | R Documentation |
Reads BED files to produce bionano Bed files
buildrunBNBedFiles(
bedFile,
returnMethod = c("Text", "dataFrame"),
outdir,
fname
)
bedFile |
character. Path to UCSC Bed File. |
returnMethod |
character. Path to output directory. |
outdir |
character. Path to output directory. |
fname |
character. Output File name. |
Data Frame or text file. Contains the gene information.
bedFile <- system.file("extdata", "HomoSapienGRCH19_lift37.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.