Skip to content
View sinnamone's full-sized avatar
Block or Report

Block or report sinnamone

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. scRNAcourse2023 scRNAcourse2023 Public

    Tutorial Script of Single Cell Analysis Boot Camp course

    HTML 1

  2. get_best_match get_best_match
    1
    #!/usr/bin/python
    2
    # ordina per query (ASC), score (DESC), MM (ASC) e gap (ASC)
    3
    
                  
    4
    import sys
    5
    from operator import itemgetter
  3. InteractomeSeq InteractomeSeq Public

    Interactome-Sequencing

    Python