EndosomeEndosomes are a collection of intracellular sorting organelles in eukaryotic cells. They are parts of endocytic membrane transport pathway originating from the trans Golgi network. Molecules or ligands internalized from the plasma membrane can follow this pathway all the way to lysosomes for degradation or can be recycled back to the cell membrane in the endocytic cycle. Molecules are also transported to endosomes from the trans Golgi network and either continue to lysosomes or recycle back to the Golgi apparatus.
External sortingExternal sorting is a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted do not fit into the main memory of a computing device (usually RAM) and instead they must reside in the slower external memory, usually a disk drive. Thus, external sorting algorithms are external memory algorithms and thus applicable in the external memory model of computation. External sorting algorithms generally fall into two types, distribution sorting, which resembles quicksort, and external merge sort, which resembles merge sort.
Lipid bilayer fusionIn membrane biology, fusion is the process by which two initially distinct lipid bilayers merge their hydrophobic cores, resulting in one interconnected structure. If this fusion proceeds completely through both leaflets of both bilayers, an aqueous bridge is formed and the internal contents of the two structures can mix. Alternatively, if only one leaflet from each bilayer is involved in the fusion process, the bilayers are said to be hemifused.
CaveolaeIn biology, caveolae (Latin for "little caves"; singular, caveola), which are a special type of lipid raft, are small (50–100 nanometer) invaginations of the plasma membrane in the cells of many vertebrates. They are the most abundant surface feature of many vertebrate cell types, especially endothelial cells, adipocytes and embryonic notochord cells. They were originally discovered by E. Yamada in 1955. These flask-shaped structures are rich in proteins as well as lipids such as cholesterol and sphingolipids and have several functions in signal transduction.
Bucket sortBucket sort, or bin sort, is a sorting algorithm that works by distributing the elements of an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorithm. It is a distribution sort, a generalization of pigeonhole sort that allows multiple keys per bucket, and is a cousin of radix sort in the most-to-least significant digit flavor. Bucket sort can be implemented with comparisons and therefore can also be considered a comparison sort algorithm.
LipidLipids are a broad group of organic compounds which include fats, waxes, sterols, fat-soluble vitamins (such as vitamins A, D, E and K), monoglycerides, diglycerides, phospholipids, and others. The functions of lipids include storing energy, signaling, and acting as structural components of cell membranes. Lipids have applications in the cosmetic and food industries, and in nanotechnology.
Radix sortIn computer science, radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix. For elements with more than one significant digit, this bucketing process is repeated for each digit, while preserving the ordering of the prior step, until all digits have been considered. For this reason, radix sort has also been called bucket sort and digital sort. Radix sort can be applied to data that can be sorted lexicographically, be they integers, words, punch cards, playing cards, or the mail.
PinocytosisIn cellular biology, pinocytosis, otherwise known as fluid endocytosis and bulk-phase pinocytosis, is a mode of endocytosis in which small molecules dissolved in extracellular fluid are brought into the cell through an invagination of the cell membrane, resulting in their containment within a small vesicle inside the cell. These pinocytotic vesicles then typically fuse with early endosomes to hydrolyze (break down) the particles. Pinocytosis is variably subdivided into categories depending on the molecular mechanism and the fate of the internalized molecules.
Cellular compartmentCellular compartments in cell biology comprise all of the closed parts within the cytosol of a eukaryotic cell, usually surrounded by a single or double lipid layer membrane. These compartments are often, but not always, defined as membrane-bound organelles. The formation of cellular compartments is called compartmentalization. Both organelles, the mitochondria and chloroplasts (in photosynthetic organisms), are compartments that are believed to be of endosymbiotic origin.
Domain (biology)In biological taxonomy, a domain (dəˈmeɪn or doʊˈmeɪn) (Latin: regio), also dominion, superkingdom, realm, or empire, is the highest taxonomic rank of all organisms taken together. It was introduced in the three-domain system of taxonomy devised by Carl Woese, Otto Kandler and Mark Wheelis in 1990. According to the domain system, the tree of life consists of either three domains such as Archaea, Bacteria, and Eukarya, or two domains consisting of Archaea and Bacteria, with Eukarya included in Archaea.