Team:Davidson-Missouri Western/Scatter Plots, Histograms, Correlation Coefficients

From 2008.igem.org

(Difference between revisions)
Line 14: Line 14:
[[Media:Ultsplit.m|Ultsplit]]
[[Media:Ultsplit.m|Ultsplit]]
 +
 +
%split model assuming only one character output, 128 characters in the
 +
%alphabet, with the alphabet starting with ascii character of decimal
 +
%rep 0
This code hashes all messages with the split model to a single character in the output. The user must input a message in string format, a key (one character) in string format, the number of characters in user's alphabet, and the decimal value (ascii) of the starting character of the alphabet.
This code hashes all messages with the split model to a single character in the output. The user must input a message in string format, a key (one character) in string format, the number of characters in user's alphabet, and the decimal value (ascii) of the starting character of the alphabet.

Revision as of 07:15, 29 October 2008

The Models

Twist Model

This code hashes all messages with the twist model to any fixed amount of characters in the output. The user must input a message in string format, the number of characters in the user's alphabet, the size of each ring, the number of characters desired in the output, and the minimum amount of layers of rings.

Net Model (One Character Output)

This code hashes all messages with the net model to a single character in the output. The user must input a message in string format, the size of the ring, and the minimum amount of layers of rings.

Net Model (Any Amount of Characters in Output)

This code hashes all messages with the net model to any fixed amount of characters in the output. The user must input a message in string format, the number of characters in the user's alphabet, the decimal value (ascii) of the starting character of the alphabet, the size of each ring, the number of characters desired in the output, and the minimum amount of layers of rings.

Ultsplit

%split model assuming only one character output, 128 characters in the %alphabet, with the alphabet starting with ascii character of decimal %rep 0 This code hashes all messages with the split model to a single character in the output. The user must input a message in string format, a key (one character) in string format, the number of characters in user's alphabet, and the decimal value (ascii) of the starting character of the alphabet.

Ultsplit2

UltspokeThis code hashes all messages with the spoke model to any fixed amount of characters in the output. The user must input a message in string format, a key (one character) in string format, the number of characters in the user's alphabet, and the number of characters desired in the output. This code assumes that the decimal value of the starting character of the alphabet is 0.

Ultspoke2


results

OurdefaultResults


Analyzer

Analyzer2

Corcomp

Corcomp2

Corcompmult

Master

Ramaster