Omega Alpha
Omega Alpha
**To Reproduce** the bam file has been sorted by `samtools sort` and deduplicated by `samblaster`. **Screenshots** **System (please complete the following information):** - OS: centos7 - JRE version: openJDK 8...
It seems like the MiXCR outputs, especially for .vdjca and .clnx files, do not fit the MiXCR program. For example, I ran alignment using the MiXCR 4.0 release downloaded from...
for example, if we use `-n HiC_K562` as prefix name. The string parsers may get wrong results. like ~~~ chrompair = paste(strsplit(matrix,'_')[[1]][2],strsplit(matrix,'_')[[1]][3],sep="_") ~~~ in externalScripts/getBreakPoints2steps.R
I have developed a bioinformatics pipeline that processes alignment results generated by minimap2, with an emphasis on minimizing the disk storage and maximizing analysis speed. To achieve this, I opted...