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

Block or report Louis-Petingi

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

Popular repositories

  1. Partition-Algorithm-2 Partition-Algorithm-2 Public

    The algorithm is written in C++. The program takes the adjacency matrix of the dual-graph representation of an RNA Secondary Structure and the algorithm splits the graphs into blocks. Then the algo…

    C++ 1

  2. PK-classification PK-classification Public

    This program was designed and written in C++ by Louis Petingi. The program will take the dual-graph representation of a 2D RNA (formatted as the adjacency matrix) and partition the graph into block…

    C++

  3. Partition-Algorithm Partition-Algorithm Public

    The input to the program is the adjacency matrix of the dual graph representation of an RNA 2D. The output of the program is the partition of the dual graph into blocks and the algorithm clasify th…

  4. Partition-Algorithm-3 Partition-Algorithm-3 Public

    Updated Partition Algorithm to classify psedudoknots as either recursive or non-recursive

    C++