Search
Now showing items 1-10 of 122
Roots of Polynomials
(Spoken Tutorial IIT Bombay, 2018-06-09)
Outline:
Binomial theorem and polynomials;
Quadratic polynomials: real roots and complex roots;
Finding roots and discriminants;
Quadratic functions: parabolic graphs, extremum;
Complex numbers in XY plane; ...
Manipulating Sequences
(Spoken Tutorial IIT Bombay, 2015-07-15)
Outline:
1. Generate a random DNA sequence.
2. Slice the DNA sequence at specified locations.
3. Join the two sequences together to form a new sequence (concatenate).
4. Find the length of the sequence. ...
Array Operations in BASH
(Spoken Tutorial IIT Bombay, 2013-07-18)
Outline:
Array Operations in BASH:
Declaring an Array and Assigning values;
Initializing an Array during declaration;
To find length of Bash Array and length of nth element;
To print whole Bash ...
Logical Operators
(Spoken Tutorial IIT Bombay, 2013-09-13)
Outline:
Logical Operations:
Logical AND syntax;
Logical AND workflow;
Logical OR;
Logical OR workflow;
Logical OR and AND with string comparison program;
Logical NOT syntax;
...
Blast
(Spoken Tutorial IIT Bombay, 2015-09-25)
Outline:
Run BLAST for the query sequence over internet through NCBI BLAST service.
Use qblast function in NCBIWWW module to run blast for a nucleotide sequence.
Save the output xml file in home folder.
Parse the ...
Create Surfaces
(Spoken Tutorial IIT Bombay, 2016-02-01)
Outline:
View properties of the molecule;
Label the atoms with partial charge;
Create Van der waals surface;
Color the surface according to the electrostatic potential energies.
Pre-requisite: Edit molecules
Arrays and functions
(Spoken Tutorial IIT Bombay, 2014-03-25)
Outline:
Arrays & functions:
Arrays & functions;
Usability of array by different function call;
Array example;
Use of return in a function;
Use of exit in a function;
Illustration ...
Parsing Data
(Spoken Tutorial IIT Bombay, 2015-08-15)
Outline:
Download FASTA and GenBank files from NCBI database website.
Parse data files using functions in Bio.SeqIO module.
Use parse function (Bio.SeqIO. Parse()) to extract information such as sequence id's, sequence ...
Recursive function
(Spoken Tutorial IIT Bombay, 2014-05-26)
Outline:
Recursive function:
Recursive function meaning and uses;
Illustration of recursive function(Example used: Factorial of a number);
Debugging of bash script(bash -x filename);
Work flow ...
More on Arrays
(Spoken Tutorial IIT Bombay, 2013-08-19)
Outline:
More on Arrays:
Extraction of Array elements;
Search and replace in an Array element;
To Add an element to an Array;
To remove an Element from an Array;
Shell script to illustrate ...