Learn R Programming

PopGenome (version 2.7.5)

load.session: Loading a PopGenome session

Description

This function loads a PopGenome session (more precisely: the corresponding "GENOME" object) from the current workspace.

Usage

load.session(folder)

Arguments

folder

name of the folder/object

Value

An object of class "GENOME".

Details

This function has to be used in the same workspace (folder) where the object of class "GENOME" was saved.

Examples

Run this code
# NOT RUN {
# GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class,folder="GENOME.class")
# q()
# R
# library(PopGenome)
# load.session("GENOME.class")

# }

Run the code above in your browser using DataLab