Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
install.packages("igraph") install.packages("randomForest") if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Biostrings")
mRNA <- system.file("extdata", "mRNA.fasta", package = "BASiNETEntropy") lncRNA <- system.file("extdata", "ncRNA.fasta", package = "BASiNETEntropy") library(BASiNETEntropy) result <- classify(mRNA=mRNA, lncRNA=lncRNA)
Example of generated entropy curves:
knitr::include_graphics("mrna.jpg")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.