createAssembly: Creates a genome assembly for 'genomemap_rjs' or...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/genomemap.R

Description

createAssembly create assemblies for their use as parameter of genomemap_rjs or manhattan_rjs.

Usage

1

Arguments

name

a vector with the chomosome or scaffold names.

size

a vector with the chomosome or scaffold sizes.

Value

a data frame in BED format to be used as an assembly in genomemap_rjs or manhattan_rjs.

Author(s)

David Barrios and Carlos Prieto. Bioinformatics Service of Nucleus, University of Salamanca. See https://bioinfo.usal.es/

See Also

The ‘RJSplot’ Website: https://rjsplot.usal.es

genomemap_rjs.

manhattan_rjs.

Examples

1
2
3
4
5
## Creates a fake genome assembly for its posterior use as parameter of genomemap or manhattan plot
## Live examples and full tutorial on https://rjsplot.usal.es

## Generate a test assembly with three scaffolds
assembly <- createAssembly(c("scaffold1","scaffold2","scaffold3"), c(1000000,800000,650000))

RJSplot documentation built on Dec. 11, 2021, 9:36 a.m.