Description Usage Arguments Details Value Examples
View source: R/save_load_GENOME.R
This function loads a PopGenome session (more precisely: the corresponding "GENOME"
object) from the current workspace.
1 | load.session(folder)
|
folder |
name of the folder/object |
This function has to be used in the same workspace (folder) where
the object of class "GENOME"
was saved.
An object of class "GENOME"
.
1 2 3 4 5 6 | # GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class,folder="GENOME.class")
# q()
# R
# library(PopGenome)
# load.session("GENOME.class")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.