Description Usage Arguments References Examples
View source: R/generateBipartiteGraph.R
using RSQLite, it read an OSW file, which is database file that can be read using with SQLite, this will return the mapping of protein to peptides
1 | readSQLiteFile(OSWFilePath)
|
OSWFilePath |
the file path for the OSW file |
R Special Interest Group on Databases (R-SIG-DB), Hadley Wickham and Kirill Müller (2021). DBI: R Database Interface. R package version 1.1.1. https://CRAN.R-project.org/package=DBI
Kirill Müller, Hadley Wickham, David A. James and Seth Falcon (2021). RSQLite: 'SQLite' Interface for R. R package version 2.2.8. https://CRAN.R-project.org/package=RSQLite
1 2 | dbPath <- system.file("extdata", "test_data.osw", package = "interpretproteinidentification")
readSQLiteFile(dbPath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.