nucmerRMD: Preprocess "nucmer" object to add group information

Description Usage Arguments Value Examples

View source: R/nucmerRMD.R

Description

Manipulate the "nucmer" object to make the analysis easier.

Usage

1

Arguments

nucmer

An object called "nucmer", mutation information derived from "nucmer.snp" variant file by "seqkit" software and "nucmer SNP-calling" scripts.

outdir

The output directory.

chinalist

A list of places in China, for displacing some original cities with "China" in order to make the downstream analysis easier.

Value

Saving the updated "nucmer" object.

Examples

1
2
3
4
data("nucmer")
data("chinalist")
#outdir <- tempdir()
nucmerr<- nucmerRMD(nucmer = nucmer, outdir = NULL, chinalist = chinalist)

CovidMutations documentation built on Sept. 18, 2020, 5:06 p.m.