Dodata: To perform method

View source: R/Dodata.R

DodataR Documentation

To perform method

Description

To perform method

Usage

Dodata(dir, calculatedata, chr, color1, CLO)

Arguments

dir

the path of the output

calculatedata

the inputdata

chr

chromosome

color1

the color of the chromosome

CLO

the numbers of CPU

Value

list

Examples

data(BSA)
dir<- tempdir()
data.calculatedata<-Readdata1(BSA)
Dodata(dir,calculatedata=data.calculatedata,chr="all",color1="blue",CLO=1)

dQTG.seq documentation built on March 31, 2023, 6:17 p.m.

Related to Dodata in dQTG.seq...