The BASiNET package documentation available on CRAN has a vignette and a file with the documentation for each function explaining the correct way to execute the method, available at: CRAN BASiNET
library("BASiNET")
mRNA <- "gencode.v32.pc_transcripts.fa"
lncRNA <- "gencode.v32.lncRNA_transcripts.fa"
res <- classification(mRNA,lncRNA,save="HA1.dat")
The "save" option was used only for the purpose of saving the model and feature matrix extracted from this database.
- datasets: contains the HA1 dataset
- execution_logs: contains the execution log for the HA1 dataset
- feature_matrices: contains the feature matrix obtained in HA1 dataset
- models: contains the model obtained in HA1 dataset training step
- scripts: contains the R script executed in HA1 dataset