User Tools

Site Tools


bioinfo:vsearch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bioinfo:vsearch [2025/07/03 12:32] – created hyjeongbioinfo:vsearch [2025/07/03 13:06] (current) – [VSEARCH] hyjeong
Line 1: Line 1:
 ====== VSEARCH ====== ====== VSEARCH ======
 +이 위키 페이지를 만든 것은 2025년, 그러나 오래전인 2018년 내 블로그에 [[https://blog.genoglobe.com/2018/02/usearch.html|Usearch 맛보기]]라는 글을 쓴 일이 있었다. VSEARCH는 Robert Edgar의 유명한 Usearch의 기능을 갖도록 만든(그리고 더 빠른?) 공개 소프트웨어이다.
 +  * [[https://github.com/torognes/vsearch|VSEARCH GitHub]]
 +  *   * [[https://github.com/torognes/vsearch/wiki|VSEARCH wiki]]
 +  * https://github.com/torognes/vsearch/wiki/Clustering
 +  * [[https://vcru.wisc.edu/simonlab/bioinformatics/programs/vsearch/vsearch_manual.pdf|VSEARCH manual (PDF)]]
 +
 ===== Dereplication ===== ===== Dereplication =====
-  $ vsearch --derep_fulllength Korea_plus_Delta.trimmed --uc cluster + 
-  vsearch v2.21.1_linux_x86_64, 125.7GB RAM, 32 cores +옵션을 빼먹으면 나중에 귀찮아진다. 
-  https://github.com/torognes/vsearch+ 
 +  $ vsearch --derep_fulllength Korea_plus_Delta.trimmed --uc cluster --output derep.fa --sizeout 
 +  vsearch v2.21.1_linu  x_x86_64, 125.7GB RAM, 32 cores 
 +  https://github.com/tognes/vsearch
      
   Dereplicating file Korea_plus_Delta.trimmed 100%     Dereplicating file Korea_plus_Delta.trimmed 100%  
Line 9: Line 18:
   Sorting 100%   Sorting 100%
   8530 unique sequences, avg cluster 1.4, median 1, max 205   8530 unique sequences, avg cluster 1.4, median 1, max 205
 +  Writing FASTA output file 100% 
   Writing uc file, first part 100%    Writing uc file, first part 100% 
-  Writing uc file, second part 100%+  Writing uc file, second part 100% 
  
 +Cluster 정보 파일은 USEARCH의 [[https://drive5.com/usearch/manual/opt_uc.html|UC 출력 파일]]과 같은 정보를 수록하고 있다.
bioinfo/vsearch.1751513549.txt.gz · Last modified: by hyjeong