All public logs

Jump to navigation Jump to search

Combined display of all available logs of 22118. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:34, 26 September 2025 WikiSysop talk contribs created page File:DNA.jpg
  • 14:34, 26 September 2025 WikiSysop talk contribs uploaded File:DNA.jpg
  • 14:33, 26 September 2025 WikiSysop talk contribs created page Biological knowledge needed in the course (Created page with "__NOTOC__ == Genetic information == The genetic information is stored in the DNA double helix strand, check [https://en.wikipedia.org/wiki/DNA Wikipeida on DNA]. A strand consists of a sequence of the 4 nucleotides (bases); Adenine (A), Thymine (T), Cytosine (C) and Guanine (G). A gene is a sequence of the 4 different nucleotides, where subsequent triplets of nucleotides (a codon) is translated into a sequence of amino acids, which then forms the proteins of our body. A...")
  • 14:32, 26 September 2025 WikiSysop talk contribs created page Shortest path in graph (Created page with "__NOTOC__ === Description === The program is given as input a file containing connected nodes in a graph and a weight assigned to the edge between the nodes. The program shall answer the questions: Is there a path between two given nodes in the graph? If so, what is the shortest path ?<br> This is useful in a number of situations: Protein interaction, which proteins interact together, thereby discovering f.ex. new pathways. Social networks, who knows who, proving the "si...")
  • 14:31, 26 September 2025 WikiSysop talk contribs created page Positive proteins (Created page with "__NOTOC__ === Description === Find the top 1000 most positively charged protein sequences in uniprot and put them in a fasta file. Repeat the search but this time find the most positively charged protein sequences per molecular weight of the sequence and put that into another fasta file. Among the 20 common amino acids, five have a side chain which can be charged. At pH=7, two are negative charged: aspartic acid (D) and glutamic acid (E) (acidic side chains), and three a...")
  • 14:30, 26 September 2025 WikiSysop talk contribs created page Spider toxins (Created page with "__NOTOC__ === Description === Find all spider toxins in uniprot and output them in a fasta file. Who knows when it will be useful to produce venom? === Input/output === Download the entire [https://teaching.healthtech.dtu.dk/material/22118/uniprot_sprot.dat.gz swissprot database]. This will be your input file to your program.<br> Unpack it yourself with gunzip uniprot_sprot.dat.gz or whatever method you prefer. Careful, it will take up 3 GB.<br> Notice there are many s...")
  • 14:29, 26 September 2025 WikiSysop talk contribs created page Fun with biology - find english words (Created page with "__NOTOC__ === Description === Parse the entire uniprot database and extract the ID and the sequences. Find English words that are hidden (actually occur randomly) in the sequences. The words must be between 3 and 10 letters long, both inclusive. Display or save in a file the ID together with the words found in the sequence, but only if the total number of letters is 5 or more for that entry. === Input/output === Download the entire [https://teaching.healthtech.dtu.dk/ma...")
  • 14:28, 26 September 2025 WikiSysop talk contribs created page Find short virus genes with disulfid bridges (Created page with "__NOTOC__ === Description === Find all short (150 or less aa) virus genes in uniprot, that contain intrachain disulfid bridges. Interchain disulfide bonds can produce stable, covalently linked protein dimers, multimers or complexes, whereas intrachain disulfide bonds can contribute to protein folding and stability. === Input/output === Download the entire [https://teaching.healthtech.dtu.dk/material/22118/uniprot_sprot.dat.gz swissprot database]. This will be your input...")
  • 14:27, 26 September 2025 WikiSysop talk contribs created page Find the mature part of human genes with a signal peptide (Created page with "__NOTOC__ === Description === Find all human genes in uniprot with a signal peptide. Extract the entire sequence and create a fasta file with only the mature proteins. === Input/output === Download the entire [https://teaching.healthtech.dtu.dk/material/22118/uniprot_sprot.dat.gz swissprot database]. This will be your input file to your program.<br> Unpack it yourself with gunzip uniprot_sprot.dat.gz or whatever method you prefer. Careful, it will take up 3 GB.<br> Not...")
  • 14:26, 26 September 2025 WikiSysop talk contribs created page Heuristic methods for fair sharing (Created page with "__NOTOC__ === Description === Distributing jobs/items to a number of consumers in a fair way has a number of applications. In this project you must implement 5 methods mentioned in the [https://teaching.healthtech.dtu.dk/material/22112/HPCLife-LoadBalancing.ppt powerpoint]: Random Assignment, Round Robin, Max-Min Round Robin, Reverse Round Robin and Least Load. === Input/output === As can be seen from the powerpoint, there is some randomness in the input, i.e. the numb...")
  • 14:25, 26 September 2025 WikiSysop talk contribs created page Human genes with activities in more than one region of the cell (Created page with "__NOTOC__ === Description === Find human genes which are targeted to more than one region in the cell. Save the genes in fasta format. === Input/output === Download the entire [https://teaching.healthtech.dtu.dk/material/22118/uniprot_sprot.dat.gz swissprot database]. This will be your input file to your program.<br> Unpack it yourself with gunzip uniprot_sprot.dat.gz or whatever method you prefer. Careful, it will take up 3 GB.<br> Notice there are many swissprot entr...")
  • 14:24, 26 September 2025 WikiSysop talk contribs created page Score sequence data with a PSSM (Created page with "__NOTOC__ === Description === Position specific scoring matrices (PSSM) are statistically motivated sequence motif models that provide higher sensitivity and specificity than regular expressions. The project consists of reading a TRANSFAC matrix table, converting it to a log-likelihood matrix, which is used to find matching motifs in a DNA fasta file. Learn more about PSSM: https://en.wikipedia.org/wiki/Position_weight_matrix === Input and output === The program is giv...")
  • 14:22, 26 September 2025 WikiSysop talk contribs created page Mini projects (Created page with "This is a list of small projects. Making the code for each project should be possible within a day or two (full time). No solutions exists for these projects, nor will they be made. * Project 1: Score sequence data with a PSSM * Project 2: Human genes with activities in more than one region of the cell * Project 3: Heuristic methods for fair sharing * Project 4: Find the mature part of human genes with a signal peptide * Project 5: Find short virus gen...")
  • 13:48, 26 September 2025 WikiSysop talk contribs created page Artificial Neural Network (Created page with "__NOTOC__ ===Description=== Implement a simple artificial neural network algorithm with backpropagation in Python. ANNs are of great interest in bioinformatics. The institute has created many online prediction servers, which utilises ANNs.<br> The data is a part of a project at DTU HealthTech, which is about prediction of whether certain variations of a SNP will lead to a disease or not. A lot of work has already gone into preparing a data set for network training. The r...")
  • 13:47, 26 September 2025 WikiSysop talk contribs created page Pairwise alignment (Created page with "__NOTOC__ ===Description=== Aligning sequences is of great importance in bioinformatics. Many discoveries are based on finding sequences that align to each other. Evolution theory and phylogeny are based on sequence alignments. This project is about implementing a well-known algorithm for aligning two sequences, i.e. finding where they match in an optimal fashion. You must choose to implement either: # Smith-Waterman alignment where the goal is to find the best local al...")
  • 13:45, 26 September 2025 WikiSysop talk contribs created page QT clustering (Created page with "__NOTOC__ ===Description=== The program reads a number of data points (multi-dimensional vectors) from a file and partitions those into clusters. Clustering is important in discovering patterns or modes in multi-dimensional data sets. It is also a method of organizing data examples into similar groups (clusters). In this particular case, QT clustering partitions the data set such that each example (data point) is assigned to exactly one cluster. QT clustering is superior...")
  • 13:43, 26 September 2025 WikiSysop talk contribs created page Read trimmer for Next-Generation-Sequencing data (Created page with "__NOTOC__ ===Description=== The advent of Next Generation Sequencing (NGS) technologies have transformed how biological research is being performed and today almost all biological fields use the technology for cutting edge discoveries. Today, a human genome can be sequenced in very short time for approximately $1000 giving unprecedented possibilities for investigating human traits, evolution and diseases. Similarly whole bacterial communities and their interplay with the...")
  • 13:41, 26 September 2025 WikiSysop talk contribs created page K-nearest neighbor (k-NN) continuous variable estimation (Created page with "__NOTOC__ ===Description=== This scripts read a matrix-styled data file, containing missing values, and infers these values by finding the k-nearest neighbors. An application of this can be seen in Microarray experiments, in which the observed signal is not always significantly different from the background signal. Imputing these values are a cheaper solution rather than redoing the whole experiment. This method has been shown to perform better than e.g. rowmeans, and fa...")
  • 13:39, 26 September 2025 WikiSysop talk contribs created page File:Absent.jpg
  • 13:39, 26 September 2025 WikiSysop talk contribs uploaded File:Absent.jpg
  • 13:39, 26 September 2025 WikiSysop talk contribs created page File:Present.jpg
  • 13:39, 26 September 2025 WikiSysop talk contribs uploaded File:Present.jpg
  • 13:31, 26 September 2025 WikiSysop talk contribs created page File:Ngs-coverage-depth.jpg
  • 13:31, 26 September 2025 WikiSysop talk contribs uploaded File:Ngs-coverage-depth.jpg
  • 13:25, 26 September 2025 WikiSysop talk contribs created page Resistance to antibiotics (Created page with "__NOTOC__ ===Description=== Bacterial resistance to antibiotics is a growing problem, and there is many real life scenarios where it is important to understand what type antibiotics will be effective on a patient or what kind of resistance can be expected in certain bacterial populations - or even what kind of antibiotics has the farmer been feeding his pigs.<br> Given a "database" of bacterial resistance genes as a fasta file and a FASTQ file where a metagenomics sample...")
  • 13:23, 26 September 2025 WikiSysop talk contribs created page Data analysis (Created page with "__NOTOC__ ===Description=== This project is about analyzing specific data and answer various questions about it. The data file is a flat file database constructed in year 2000 with various information about people, and can be seen here as [https://teaching.healthtech.dtu.dk/material/22118/people.db people.db]. The program must read this file ONCE - line by line - not storing the actual lines for future reference, but entering the data in an appropriate data structure of...")
  • 13:21, 26 September 2025 WikiSysop talk contribs created page Searching for motifs in sequences (Created page with "__NOTOC__ ===Description=== A sequence motif is typically a short sequence pattern of DNA or amino acid sequence that is conserved across various gene families or organisms. Sequence motifs are recognizable and could be a promoter, a binding site or a domain that folds into a specific structure. The mechanism for finding motifs is often Hidden Markov Models or Neural Networks, which both require a lot of examples of the motif to work, but here you will explore a differen...")
  • 13:19, 26 September 2025 WikiSysop talk contribs created page Data mining in NCBI databases (Created page with "__NOTOC__ ===Description=== Mine NCBI databases for networks of genes which are connected by the fact that they have been mentioned in the same PubMed article. This project is a good example of how research can be done in Real Life and contains a high degree of freedom in how you want to proceed. Part of the problem is to understand and subsequently parse the NCBI databases, which are flat files. The information found could be used for pathway analysis and construction,...")
  • 13:17, 26 September 2025 WikiSysop talk contribs created page K-means clustering (Created page with "__NOTOC__ ===Description=== The program reads a number of data points (multi-dimensional vectors) from a file and partitions those into K clusters. Clustering is important in discovering patterns or modes in multi-dimensional data sets. It is also a method of organizing data examples into similar groups (clusters). In this particular case, K-means partitions the data set such that each example (data point) is assigned to exactly one cluster - the one with the closest cen...")
  • 13:17, 26 September 2025 WikiSysop talk contribs created page Text mining MEDLINE abstracts (Created page with "__NOTOC__ === Description === The purpose is to mine MEDLINE abstracts for words which are associated with each other. This is done by finding ''informative'' words that co-occur with each other, i.e. the words would be in the same abstract. The process consists of a number of steps, where the first step is to find the non-informative words in the abstracts. Second step will be parsing the abstracts again disregarding the non-informative words, and create some occurrence...")
  • 13:14, 26 September 2025 WikiSysop talk contribs created page Project list (Created page with "Remember to [https://teaching.healthtech.dtu.dk/22118/index.php/Aligning_expectations#Projects,_general_information read about projects here]. The list is arranged approximately from lowest to highest difficulty. # Text mining MEDLINE abstracts # K-means clustering # Data mining in NCBI databases # Searching for motifs in sequences # Data analysis # Resistance to antibiotics # k-nearest neighbor (k-NN) continuous variable estimation # Read...")
  • 13:12, 26 September 2025 WikiSysop talk contribs created page Code construction (Created page with "Learning how to construct good code is a main goal of the course. An important tool to facilitate this is peer evaluation. It is beneficial for you both to evaluate others, seeing other ways of solving the same problem - and to get feedback from other people on your own work. When evaluating you should check the teachers solutions to have some kind of reference apart from your own.<br> Tip: <span style="color:red">If you want your peer to pay specific attention to someth...")
  • 13:03, 26 September 2025 WikiSysop talk contribs created page Aligning expectations (Created page with "== What is expected from you == === Fulfilling prerequisites === A course like [https://kurser.dtu.dk/course/22116 22116/22166 Introduction to programming in Life Science using Python] should enable you for this course.<br> Generally speaking, you must know simple Python well, which means you know the basic syntactical structure of Python (assignment, expressions, if, for while, some functions/methods), some data types (integer, float, string, lists, sets, dicts), and tr...")
  • 13:53, 4 August 2025 WikiSysop talk contribs deleted page Main Page (content was: "<strong>MediaWiki has been installed.</strong> 22118/22168 Advanced Unix & Python for Bioinformaticians Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedi...")
  • 13:53, 4 August 2025 WikiSysop talk contribs created page MediaWiki:Mainpage (Created page with "22118/22168 Advanced Unix & Python for Bioinformaticians")
  • 13:51, 4 August 2025 WikiSysop talk contribs created page 22118/22168 Advanced Unix & Python for Bioinformaticians (Created page with "Info on 22118")
  • 13:51, 4 August 2025 WikiSysop talk contribs created page MediaWiki:Sidebar (Created page with "* navigation ** https://teaching.healthtech.dtu.dk/|Course List ** https://teaching.healthtech.dtu.dk/22118/|22118/22168 ** Programme|Programme * TOOLBOX")
  • 13:50, 4 August 2025 WikiSysop talk contribs created page MediaWiki:Disclaimers (Created blank page)
  • 13:49, 4 August 2025 WikiSysop talk contribs created page MediaWiki:Aboutsite (Created blank page)
  • 13:49, 4 August 2025 WikiSysop talk contribs created page MediaWiki:Privacy (Created blank page)