assembly: Get the required information for the given assembly

Description Usage Arguments Value Examples

View source: R/getNearest.R

Description

Get the required information for the given assembly

Usage

1
2
3
assembly(
  org_assembly = c("hg19", "hg38", "mm10", "dre10", "rn6", "dm6", "ce11", "sc3")
)

Arguments

org_assembly

Genome assembly of interest for the analysis. Possible assemblies are "mm10" for mouse, "dre10" for zebrafish, "rn6" for rat, "dm6" for fruit fly, "ce11" for worm, "sc3" for yeast, "hg19" and "hg38" for human

Value

setting required information

Examples

1
assembly('hg19')

NoRCE documentation built on Nov. 8, 2020, 7:17 p.m.