save.gff: Saving gff files.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/save.gff.R

Description

Saving gff files.

Usage

1
save.gff(cross, map.physical, ind, gffFileCore="population", verbose=FALSE)

Arguments

cross

An object of class cross. See read.cross for details. If not supplied, it will be created using data from the population object

map.physical

Map with physical locations of the markers. A matrix with three columns - chromosome/ start position/ end position. Just like physical map in population object, see: read.population

ind

Which individuals should be saved. Numeric vector. If missing - all individuals will be selected.

gffFileCore

Name of the gff files core. For each of the individuals a separated file is created with a name: "core" +"ind_x.gff".

verbose

Be verbose.

Details

This function saves gff files, that can be visualised using most of the genome viewers. The files contain physical location of markers and recombination breakpoints. Therefore, physical map should be stored in an object of class population. Redundant markers are the markers having the same loaction on the genomic map, but different on the physical map. These may be produced e.g. by cross.saturate function (markers that have QTL exactly on the position where an original marker is located). Also, as a result of smoothing genotypping errors some markers may be put on the same position on the genetic map.

Value

None.

Author(s)

Konrad Zych k.zych@rug.nl, Danny Arends Danny.Arends@gmail.com Maintainer: Konrad Zych k.zych@rug.nl

See Also

Examples

1
2
	data(testPopulation)
	cross <- cross.saturate(testPopulation,map="genetic",verbose=TRUE,debugMode=2)

pheno2geno documentation built on May 2, 2019, 6:35 a.m.