Usage See Also Examples
1 2 3 4 5 6
Rhisat2(Fastq_file_name = "SRR1234567", indx_directory = "/home/zhen/hisat2_idx/hg19/genome", Fastq_directory = ".", Paired = F, trim_5 = NULL, trim_3 = NULL, parallel_num = 8, Fastq_file_end = ".fastq", output_name = Fastq_file_name, tune_Mismatch_MX = NULL, tune_Mismatch_MN = NULL)
Check_hisat2_reports
1 2 3 4 5 6 7 8 9 10 11 12 13
library(RbashGEO) library(dplyr) Coldata_new <- read.csv("./Coldata_M14new.csv") mapply( function(x,y){ Rhisat2(Fastq_file_name = x, Paired = y, parallel_num = 1, Fastq_directory = getwd()) %>% Rnohup(.,paste0(x,"_hisat2"))}, Coldata_new$SRR_RUN, (Coldata_new$Lib == "Paired") )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.