View source: R/OverlappingGenes.r
readBNBedFiles | R Documentation |
Reads Bionano Bedfiles
readBNBedFiles(BNFile)
BNFile |
character. Path to Bionano Bed File. |
Data Frame Contains the gene information.
BNFile <- system.file("extdata", "HomoSapienGRCH19_lift37_BN.bed", package="nanotatoR")
bed<-readBNBedFiles(BNFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.