This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0.0.0.0 aic.recommend.lgtvcommon.com | |
| 0.0.0.0 aic.sports.lgtviot.com | |
| 0.0.0.0 images.pluto.tv | |
| 0.0.0.0 discovery.meethue.com | |
| 0.0.0.0 aic.homeprv.lgtvcommon.com | |
| 0.0.0.0 aic.lgtviot.com | |
| 0.0.0.0 us.emp.lgsmartplatform.com | |
| 0.0.0.0 us.lgeapi.com | |
| 0.0.0.0 aic.nudge.lgtvcommon.com | |
| 0.0.0.0 www.ueiwsp.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Apriori : Formal class 'refObjectGenerator' [package "methods"] with 4 slots | |
| array_fig : function (array, module, xlimits, ylimits, | |
| background, cluster_results) | |
| ave_Z_score_Func : function (combined_scores_array) | |
| Background_Distribution_Modules : function (RNAseq_Annotated_Matrix, matrix_features, | |
| Z_scores, N, Z, P = 2, range) | |
| Calc_Jaccard : function (vector1, vector2) | |
| Calc_Norm_Euc : function (vector1, vector2) | |
| calc_Z_scores : function (I_KOs_Background) | |
| cluster_func : function (RNAseq_Annotated_Matrix, pairwise_KO_distances, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def _transmission_probabilities(self, sequences): | |
| """ | |
| Missing: im, dd, ii | |
| """ | |
| self.t_mm[0], self.t_mi[0], \ | |
| self.t_md[0], self.t_im[0] = self._pos_prob(sequences, 0) | |
| self.t_mm[-1], self.t_mi[-1], \ | |
| self.t_md[-1], self.t_im[-1] = self._pos_prob(sequences, -1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| Author: Joris van Steenbrugge | |
| Student number: 950416798110 | |
| Implementation of the SSAHA algorithm | |
| """ | |
| from sys import argv, exit | |
| from Bio import SeqIO |
We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 1 column, instead of 2 in line 6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KOterm;Name;Definition | |
| K07473;dinJ;DNA-damage-inducible protein J | |
| K19157;yafQ;mRNA interferase YafQ | |
| K15726;czcA;cobalt-zinc-cadmium resistance protein CzcA | |
| K07807;K07807;uncharacterized protein | |
| K01534;zntA;Cd2+/Zn2+-exporting ATPase | |
| K15725;czcC;outer membrane protein, cobalt-zinc-cadmium efflux system | |
| K15727;czcB;membrane fusion protein, cobalt-zinc-cadmium efflux system | |
| K03496;parA, soj;chromosome partitioning protein | |
| K03101;lspA;signal peptidase II |