CLIP_buildIDX | R Documentation |
Build index for reference genome
CLIP_buildIDX( ref_seq = NULL, res_dir = NULL, preFIX = NULL, aligner = NULL, thread = 4, bwa = NULL )
ref_seq |
path to reference genome. |
res_dir |
result directory. |
preFIX |
file name prefix for indexed genome. |
aligner |
Assign aligner bowtie2/subread/bwa/hisat2. |
thread |
threads used in processing, default is 4. |
bwa |
executable bwa file path. |
indexed reference genome.
testFQ <- system.file("extdata/Fox3_Std_small.fq.gz",package="CLIPflexR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.