| CLIP_align | R Documentation | 
Align to Genome
CLIP_align( samID, res_dir = NULL, genome_idx = NULL, aligner = NULL, samSheet = NULL, thread = 4, bwa = NULL )
samID | 
 sample id in the sample sheet.  | 
res_dir | 
 result directory.  | 
genome_idx | 
 path to indexed genome.  | 
aligner | 
 Assign aligner bowtie2/bwa_mem/bwa_alb/subread/subjunc/hisat2  | 
samSheet | 
 sample sheet.  | 
thread | 
 thread used in the processing, default is 4  | 
bwa | 
 executable bwa file path.  | 
path to sorted BAM file.
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.