Learn R Programming

CNEr (version 1.8.3)

ceScanOneStep: ceScanOneStep function

Description

This function run cne detection in one function.

Usage

ceScanOneStep(axt1, filter1=NULL, sizes1, assembly1, twoBit1, axt2, filter2=NULL, sizes2, assembly2, twoBit2, thresholds=c("49_50"), blatBinary="blat", blatCutoff1, blatCutoff2)

Arguments

axt1,axt2
The axt object or axt filenames with each assembly as referecne.
filter1,filter2
The GRanges object or bed filenames.
sizes1,sizes2
A Seqinfo object which contains the seqnames and seqlengths for each assembly.
assembly1,assembly2
The assembly names.
twoBit1,twoBit2
The file names of two bit files of two assemblies.
thresholds
A character object specifiying the scanning windows and minimal score. It can be specified in th form of "45_50" with scanning windows 50 and minial score 45. More than one thresholds can be provided.
blatBinary
A object of character. The path of blat binary.
blatCutoff1, blatCutoff2
A object of integer. The CNEs with more than the cutoff hits on the reference genome are removed.

Value

An object CNE is returned.