8000 GitHub - Bio-bbhe/cluser_to_logo: Parse a SSN file and make sequence logo for each cluster
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bio-bbhe/cluser_to_logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cluser_to_logo

Parse a SSN file and make sequence logo for each cluster

cluster_parser.py parses network file generated by mmseq2

optional arguments:

  -i , --input_tsv
  Network file generated by mmseq2, in general, it is a .tsv file
  
  -fasta , --fasta_file 
  Original protein fasta file used for clustering, e.g.,/data/test.fasta
  
  -node , --node_num
  Minimal number (included) of nodes in a cluster
  
  -o , --outdir
  A path to save all files. e.g., data/output

makelogo.py performs sequence alignment and then generate logo sequence .svg file to display sequence biases

optional arguments:

  -i , --input_fasta
  Folder contains to-be-processed protein or nucleotide sequence files, e.g., /data/protein/
  
  -o , --outdir
  A path to save all files, including .aln alignment file and .svg/.png seq log file. e.g., data/output
  
  -n , --num_threads

E.g., below is the SSN of small peptide image seq_logo of the first cluster is:

Picture2

About

Parse a SSN file and make sequence logo for each cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0