plot_mht: 'manhattan plot'

Description Usage Arguments Value Examples

Description

manhattan plot

Usage

1
2
plot_mht(res = res, cex = 0.9, pch = 16, col = rep(c("slateblue",
  "cyan4"), 5), GAP = 5e+06, yaxis = NULL, col2plot = "ModelFreq", ...)

Arguments

inputdf

An input data.frame, with columns of file and out.

outdir

The dir of shell files.

cmdno

Number of commands to excute in each array.

rcodes

The abosulte path of your R codes to run.

arrayshid

The sbatch id.

email

Your email address that farm will email to once the jobs were done/failed.

cmdno

Number of commands per CPU, i.e. number of rows per inputdf.

runinfo

Parameters specify the array job partition information. A vector of c(FALSE, "bigmemh", "1"): 1) run or not, default=FALSE 2) -p partition name, default=bigmemh and 3) –cpus, default=1. It will pass to set_array_job.

Value

return a batch of shell scripts.

Examples

1
2
3
run_Rcodes(inputdf=data.frame(file=1:11, out=10), outdir="slurm-script", cmdno=10,
           rcodes = "lib/C_format.R", arrayshid = "slurm-script/run_rcode_array.sh",
           email=NULL, runinfo = c(FALSE, "bigmemh", 1))

yangjl/maizeR documentation built on May 4, 2019, 2:28 p.m.