load.session: Loading a PopGenome session

Description Usage Arguments Details Value Examples

View source: R/save_load_GENOME.R

Description

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

Usage

1
load.session(folder)

Arguments

folder

name of the folder/object

Details

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

Value

An object of class "GENOME".

Examples

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")

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.