readBNBedFiles {nanotatoR} | 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)