id stringlengths 14 19 | title stringlengths 1 124 | text stringlengths 12 2.83k | source stringclasses 1
value |
|---|---|---|---|
wiki_8800_chunk_0 | Bucking horse | In modern usage, the word "bronco" is seldom used for a "wild" or feral horse, because the modern rodeo bucking horse is a domestic animal. Some are specifically bred for bucking ability and raised for the rodeo, while others are spoiled riding horses who have learned to quickly and effectively throw off riders. Inform... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8801_chunk_0 | Social physics | In modern use “social physics” refers to using “big data” analysis and the mathematical laws to understand the behavior of human crowds. The core idea is that data about human activity (e.g., phone call records, credit card purchases, taxi rides, web activity) contain mathematical patterns that are characteristic of ho... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8802_chunk_0 | Social physics | The combination of traditional epidemic models with social physics models of the classical general adaptation syndrome triad, "anxiety-resistance-exhaustion", accurately describes the first two waves of the COVID-19 epidemic for 13 countries. The differences between countries are concentrated in two kinetic constants: ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8803_chunk_0 | Royal seal | In modern use, seals are used to tamper-proof equipment. For example, to prevent gas and electricity meters from being interfered with to show lower chargeable readings, they may be sealed with a lead or plastic seal with a government marking, typically fixed to a wire that passes through part of the meter housing. The... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8804_chunk_0 | Artillery tractor | In modern warfare, towed artillery has given way in part to self-propelled artillery. It is also common to find auxiliary power units built into the gun carriage to provide power while the propulsion engine is offline. Traditional towed artillery can still be found in units where complexity and weight are liabilities: ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8805_chunk_0 | Sonar signal processing | In modern world, digital computers do contribute a lot to higher speed and efficiency in data analysis. Thus, it is necessary to convert an analog signal into a digital signal by sample the signal in time domain. The operation can be realized by three devices: a digital conversion device, a dynamic range controller and... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8806_chunk_0 | Hydraulic accumulator | In the case of piston-type pumps this accumulator is placed in the ideal location to absorb pulsations of energy from the multi-piston pump. It also helps protect the system from fluid hammer. This protects system components, particularly pipework, from both potentially destructive forces. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8807_chunk_0 | Hydraulic accumulator | An additional benefit is the additional energy that can be stored while the pump is subject to low demand. The designer can use a smaller-capacity pump. The large excursions of system components, such as landing gear on a large aircraft, that require a considerable volume of fluid can also benefit from one or more accu... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8808_chunk_0 | Hydraulic accumulator | These are often placed close to the demand to help overcome restrictions and drag from long pipework runs. The outflow of energy from a discharging accumulator is much greater, for a short time, than even large pumps could generate. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8809_chunk_0 | OK gesture | In modern-day American Sign Language (ASL) the gesture can mean many different things depending on how it is applied. The pinching action of the thumb-and-forefinger frequently represents something small. For example, the sign for "housefly" is made by making the gesture mimic a fly buzzing around. In ASL the gesture c... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8810_chunk_0 | Glowing plate | The power supply's output may be easily disconnected from the rest of the circuit in order to determine whether the overload is occurring in the supply or elsewhere. Horizontal and vertical output tubes in television sets (6CD6, 21LU8, etc.), usually due to a shorted coupling capacitor upsetting the bias or the driving... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8811_chunk_0 | Glowing plate | Horizontal output tubes may also be overloaded by a flyback transformer with shorted turns, a defective damper (i.e. 6W4), high voltage rectifier (i.e. 1B3) or high voltage regulator (i.e. 6BK4) tube. Early color television receivers also used a complex dynamic convergence system, which was driven by both the horizonta... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8812_chunk_0 | Singularity theorems | In modified gravity, the Einstein field equations do not hold and so these singularities do not necessarily arise. For example, in Infinite Derivative Gravity, it is possible for E a a {\displaystyle {E^{a}}_{a}} to be negative even if the Null Energy Condition holds. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8813_chunk_0 | Montgomery modular multiplication | In modular arithmetic computation, Montgomery modular multiplication, more commonly referred to as Montgomery multiplication, is a method for performing fast modular multiplication. It was introduced in 1985 by the American mathematician Peter L. Montgomery.Montgomery modular multiplication relies on a special represen... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8814_chunk_0 | Montgomery modular multiplication | This division requires quotient digit estimation and correction. The Montgomery form, in contrast, depends on a constant R > N which is coprime to N, and the only division necessary in Montgomery multiplication is division by R. The constant R can be chosen so that division by R is easy, significantly improving the spe... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8815_chunk_0 | Montgomery modular multiplication | The need to convert a and b into Montgomery form and their product out of Montgomery form means that computing a single product by Montgomery multiplication is slower than the conventional or Barrett reduction algorithms. However, when performing many multiplications in a row, as in modular exponentiation, intermediate... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8816_chunk_0 | Barrett reduction | In modular arithmetic, Barrett reduction is a reduction algorithm introduced in 1986 by P.D. Barrett.A naive way of computing c = a mod n {\displaystyle c=a\,{\bmod {\,}}n\,} would be to use a fast division algorithm. Barrett reduction is an algorithm designed to optimize this operation assuming n {\displaystyle n} is ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8817_chunk_0 | Thue's lemma | In modular arithmetic, Thue's lemma roughly states that every modular integer may be represented by a "modular fraction" such that the numerator and the denominator have absolute values not greater than the square root of the modulus. More precisely, for every pair of integers (a, m) with m > 1, given two positive inte... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8818_chunk_0 | Primitive root modulo p | In modular arithmetic, a number g is a primitive root modulo n if every number a coprime to n is congruent to a power of g modulo n. That is, g is a primitive root modulo n if for every integer a coprime to n, there is some integer k for which gk ≡ a (mod n). Such a value k is called the index or discrete logarithm of ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8819_chunk_0 | Unit fractions | In modular arithmetic, any unit fraction can be converted into an equivalent whole number using the extended Euclidean algorithm. This conversion can be used to perform modular division: dividing by a number x {\displaystyle x} , modulo y {\displaystyle y} , can be performed by converting the unit fraction 1 / x {\disp... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8820_chunk_0 | Multiplicative group of integers modulo n | In modular arithmetic, the integers coprime (relatively prime) to n from the set { 0 , 1 , … , n − 1 } {\displaystyle \{0,1,\dots ,n-1\}} of n non-negative integers form a group under multiplication modulo n, called the multiplicative group of integers modulo n. Equivalently, the elements of this group can be thought o... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8821_chunk_0 | Method of successive substitution | In modular arithmetic, the method of successive substitution is a method of solving problems of simultaneous congruences by using the definition of the congruence equation. It is commonly applied in cases where the conditions of the Chinese remainder theorem are not satisfied. There is also an unrelated numerical-analy... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8822_chunk_0 | Addition | In modular arithmetic, the set of available numbers is restricted to a finite subset of the integers, and addition "wraps around" when reaching a certain value, called the modulus. For example, the set of integers modulo 12 has twelve elements; it inherits an addition operation from the integers that is central to musi... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8823_chunk_0 | Modularity | In modular programming, modularity refers to the compartmentalization and interrelation of the parts of a software package. In software design, modularity refers to a logical partitioning of the "software design" that allows complex software to be manageable for the purpose of implementation and maintenance. The logic ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8824_chunk_0 | Cartan matrices | In modular representation theory, and more generally in the theory of representations of finite-dimensional associative algebras A that are not semisimple, a Cartan matrix is defined by considering a (finite) set of principal indecomposable modules and writing composition series for them in terms of irreducible modules... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8825_chunk_0 | Modular representation | In modular representation theory, while Maschke's theorem does not hold when the characteristic divides the group order, the group algebra may be decomposed as the direct sum of a maximal collection of two-sided ideals known as blocks. When the field F has characteristic 0, or characteristic coprime to the group order,... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8826_chunk_0 | Modular arithmatic | In modulus 12, one can assert that: 38 ≡ 14 ( mod 12 ) {\displaystyle 38\equiv 14{\pmod {12}}} because 38 − 14 = 24, which is a multiple of 12. Another way to express this is to say that both 38 and 14 have the same remainder 2, when divided by 12. The definition of congruence also applies to negative values. For examp... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8827_chunk_0 | Undercut (molding) | This is an extra part of the mold that moves separately from the two halves. These can increase the cost of the molded part due to an added 15 to 30% cost of the mold itself and added complexity of the molding machine.If the size of the undercut is small enough and the material is flexible enough a side action is not a... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8828_chunk_0 | Synthesis of hexagonal boron nitride | In molecular beam epitaxy (MBE) heated gaseous elements are allowed to condense on the wafer. MBE has been used to grow h-BN films from elemental B and N on Ni foils.Molten boron oxide reacts with gaseous ammonia to form an ultrathin h-BN film at the reaction interface. The film grows to 20-30 nm in thickness, after wh... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8829_chunk_0 | Stop codon | In molecular biology (specifically protein biosynthesis), a stop codon (or termination codon) is a codon (nucleotide triplet within messenger RNA) that signals the termination of the translation process of the current protein. Most codons in messenger RNA correspond to the addition of an amino acid to a growing polypep... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8830_chunk_0 | 2-oxo-4-hydroxy-4-carboxy-5-ureidoimidazoline decarboxylase | In molecular biology 2-oxo-4-hydroxy-4-carboxy-5-ureidoimidazoline decarboxylase (OHCU decarboxylase) EC 4.1.1.n1 is an enzyme involved in purine catabolism. It catalyses the decarboxylation of 2-oxo-4-hydroxy-4-carboxy-5-ureidoimidazoline (OHCU) into S(+)-allantoin. It is the third step of the conversion of uric acid ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8831_chunk_0 | 7SK RNA | In molecular biology 7SK is an abundant small nuclear RNA found in metazoans. It plays a role in regulating transcription by controlling the positive transcription elongation factor P-TEFb. 7SK is found in a small nuclear ribonucleoprotein complex (snRNP) with a number of other proteins that regulate the stability and ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8832_chunk_0 | FAD-oxidase | In molecular biology FAD-oxidases are a family of FAD-dependent oxidoreductases. They are flavoproteins that contain a covalently bound FAD group which is attached to a histidine via an 8-alpha-(N3-histidyl)-riboflavin linkage. The region around the histidine that binds the FAD group is conserved in these enzymes. == R... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8833_chunk_0 | Type I topoisomerase | In molecular biology Type I topoisomerases are enzymes that cut one of the two strands of double-stranded DNA, relax the strand, and reanneal the strand. They are further subdivided into two structurally and mechanistically distinct topoisomerases: type IA and type IB. Type IA topoisomerases change the linking number o... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8834_chunk_0 | Type I topoisomerase | This distinction, however, no longer applies as type IA and type IB topoisomerases exist in all domains of life. Functionally, these subclasses perform very specialized functions. Prokaryotic topoisomerase I (topo IA) can only relax negative supercoiled DNA, whereas eukaryotic topoisomerase I (topo IB) can introduce po... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8835_chunk_0 | Processivity | In molecular biology and biochemistry, processivity is an enzyme's ability to catalyze "consecutive reactions without releasing its substrate".For example, processivity is the average number of nucleotides added by a polymerase enzyme, such as DNA polymerase, per association event with the template strand. Because the ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8836_chunk_0 | Canonical sequence | In molecular biology and bioinformatics, the consensus sequence (or canonical sequence) is the calculated sequence of most frequent residues, either nucleotide or amino acid, found at each position in a sequence alignment. It represents the results of multiple sequence alignments in which related sequences are compared... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8837_chunk_0 | Fluorescent labelling | In molecular biology and biotechnology, a fluorescent tag, also known as a fluorescent label or fluorescent probe, is a molecule that is attached chemically to aid in the detection of a biomolecule such as a protein, antibody, or amino acid. Generally, fluorescent tagging, or labeling, uses a reactive derivative of a f... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8838_chunk_0 | Genome annotation | In molecular biology and genetics, DNA annotation or genome annotation is the process of describing the structure and function of the components of a genome, by analyzing and interpreting them in order to extract their biological significance and understand the biological processes in which they participate. Among othe... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8839_chunk_0 | Genome annotation | Furthermore, due to the size and complexity of sequenced genomes, DNA annotation is not performed manually, but is instead automated by computational means. However, the conclusions drawn from the obtained results require manual expert analysis.DNA annotation is classified into two categories: structural annotation, wh... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8840_chunk_0 | Guanine-cytosine content | In molecular biology and genetics, GC-content (or guanine-cytosine content) is the percentage of nitrogenous bases in a DNA or RNA molecule that are either guanine (G) or cytosine (C). This measure indicates the proportion of G and C bases out of an implied four total bases, also including adenine and thymine in DNA an... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8841_chunk_0 | Non-coding strand | In molecular biology and genetics, the sense of a nucleic acid molecule, particularly of a strand of DNA or RNA, refers to the nature of the roles of the strand and its complement in specifying a sequence of amino acids. Depending on the context, sense may have slightly different meanings. For example, negative-sense s... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8842_chunk_0 | Transcription coregulator | In molecular biology and genetics, transcription coregulators are proteins that interact with transcription factors to either activate or repress the transcription of specific genes. Transcription coregulators that activate gene transcription are referred to as coactivators while those that repress are known as corepre... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8843_chunk_0 | Transcription coregulator | In humans several dozen to several hundred coregulators are known, depending on the level of confidence with which the characterisation of a protein as a coregulator can be made. One class of transcription coregulators modifies chromatin structure through covalent modification of histones. A second ATP dependent class ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8844_chunk_0 | Transcriptional regulator | In molecular biology and genetics, transcriptional regulation is the means by which a cell regulates the conversion of DNA to RNA (transcription), thereby orchestrating gene activity. A single gene can be regulated in a range of ways, from altering the number of copies of RNA that are transcribed, to the temporal contr... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8845_chunk_0 | Transcriptional regulator | The regulation of transcription is a vital process in all living organisms. It is orchestrated by transcription factors and other proteins working in concert to finely tune the amount of RNA being produced through a variety of mechanisms. Bacteria and eukaryotes have very different strategies of accomplishing control o... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8846_chunk_0 | Genetic transformation | In molecular biology and genetics, transformation is the genetic alteration of a cell resulting from the direct uptake and incorporation of exogenous genetic material from its surroundings through the cell membrane(s). For transformation to take place, the recipient bacterium must be in a state of competence, which mig... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8847_chunk_0 | Upstream and downstream (DNA) | In molecular biology and genetics, upstream and downstream both refer to relative positions of genetic code in DNA or RNA. Each strand of DNA or RNA has a 5' end and a 3' end, so named for the carbon position on the deoxyribose (or ribose) ring. By convention, upstream and downstream relate to the 5' to 3' direction re... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8848_chunk_0 | Upstream and downstream (DNA) | When considering double-stranded DNA, upstream is toward the 5' end of the coding strand for the gene in question and downstream is toward the 3' end. Due to the anti-parallel nature of DNA, this means the 3' end of the template strand is upstream of the gene and the 5' end is downstream. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8849_chunk_0 | Upstream and downstream (DNA) | Some genes on the same DNA molecule may be transcribed in opposite directions. This means the upstream and downstream areas of the molecule may change depending on which gene is used as the reference. The terms upstream and downstream are sometimes also applied to a polypeptide sequence, where upstream refers to a regi... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8850_chunk_0 | Small molecules | In molecular biology and pharmacology, a small molecule or micromolecule is a low molecular weight (≤ 1000 daltons) organic compound that may regulate a biological process, with a size on the order of 1 nm. Many drugs are small molecules; the terms are equivalent in the literature. Larger structures such as nucleic aci... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8851_chunk_0 | Small molecules | Some can inhibit a specific function of a protein or disrupt protein–protein interactions.Pharmacology usually restricts the term "small molecule" to molecules that bind specific biological macromolecules and act as an effector, altering the activity or function of the target. Small molecules can have a variety of biol... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8852_chunk_0 | GABAergic | In molecular biology and physiology, something is GABAergic or GABAnergic if it pertains to or affects the neurotransmitter gamma-aminobutyric acid (GABA). For example, a synapse is GABAergic if it uses GABA as its neurotransmitter, and a GABAergic neuron produces GABA. A substance is GABAergic if it produces its effec... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8853_chunk_0 | CtRNA | In molecular biology ctRNA (counter-transcribed RNA) is a plasmid encoded noncoding RNA that binds to the mRNA of repB and causes translational inhibition. ctRNA is encoded by plasmids and functions in rolling circle replication to maintain a low copy number. In Corynebacterium glutamicum, it achieves this by antisense... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8854_chunk_0 | Lin-4 microRNA precursor | In molecular biology lin-4 is a microRNA (miRNA) that was identified from a study of developmental timing in the nematode Caenorhabditis elegans. It was the first to be discovered of the miRNAs, a class of non-coding RNAs involved in gene regulation. miRNAs are transcribed as ~70 nucleotide precursors and subsequently ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8855_chunk_0 | Mir-132 microRNA | In molecular biology miR-132 microRNA is a short non-coding RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms, generally reducing protein levels through the cleavage of mRNAs or the repression of their translation. Several targets for miR-132 have been described, in... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8856_chunk_0 | Mir-181 microRNA precursor | In molecular biology miR-181 microRNA precursor is a small non-coding RNA molecule. MicroRNAs (miRNAs) are transcribed as ~70 nucleotide precursors and subsequently processed by the RNase-III type enzyme Dicer to give a ~22 nucleotide mature product. In this case the mature sequence comes from the 5' arm of the precurs... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8857_chunk_0 | Mir-181 microRNA precursor | This new class of genes has recently been shown to play a central role in malignant transformation. miRNA are downregulated in many tumors and thus appear to function as tumor suppressor genes. The mature products miR-181a, miR-181b, miR-181c or miR-181d are thought to have regulatory roles at posttranscriptional level... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8858_chunk_0 | Mir-11 microRNA precursor family | In molecular biology mir-11 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. There is an evidence to suggest that miR-11 plays a role in apoptosis.Alignment has shown that miR-11 shares the same family motif as miR-2b and miR-6, together making... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8859_chunk_0 | Mir-14 microRNA precursor family | In molecular biology mir-14 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8860_chunk_0 | Mir-153 microRNA precursor family | In molecular biology mir-153 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8861_chunk_0 | Mir-190 microRNA precursor family | In molecular biology mir-190 microRNA is a short RNA molecule. MicroRNAs function is to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8862_chunk_0 | Mir-198 microRNA precursor family | In molecular biology mir-198 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8863_chunk_0 | Mir-202 microRNA precursor family | In molecular biology mir-202 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. The pre-miR-202 in the mouse genome is located fully within an exon, whereas in human it lies across a splice junction. This implies that human miR-202 is exposed to ... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8864_chunk_0 | Mir-216 microRNA precursor family | In molecular biology mir-216 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8865_chunk_0 | Mir-23 microRNA precursor family | In molecular biology mir-23 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8866_chunk_0 | Mir-241 microRNA precursor family | In molecular biology mir-241 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8867_chunk_0 | Mir-275 microRNA precursor family | In molecular biology mir-275 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8868_chunk_0 | Mir-277 microRNA precursor family | In molecular biology mir-277 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8869_chunk_0 | Mir-278 microRNA precursor family | In molecular biology mir-278 microRNA is a short RNA molecule belonging to a class of molecules referred to as microRNAs. These function to regulate the expression levels of other genes by several mechanisms, primarily binding to their target at its 3'UTR. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8870_chunk_0 | Mir-299 microRNA precursor family | In molecular biology mir-299 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8871_chunk_0 | Mir-301 microRNA precursor family | In molecular biology mir-301 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8872_chunk_0 | Mir-305 microRNA precursor family | In molecular biology mir-305 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8873_chunk_0 | Mir-322 microRNA precursor family | In molecular biology mir-322 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8874_chunk_0 | Mir-326 microRNA precursor family | In molecular biology mir-326 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8875_chunk_0 | Mir-330 microRNA precursor family | In molecular biology mir-330 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8876_chunk_0 | Mir-331 microRNA precursor family | In molecular biology mir-331 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8877_chunk_0 | Mir-345 microRNA precursor family | In molecular biology mir-345 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8878_chunk_0 | Mir-346 microRNA precursor family | In molecular biology mir-346 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8879_chunk_0 | Mir-350 microRNA precursor family | In molecular biology mir-350 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8880_chunk_0 | Mir-361 microRNA precursor family | In molecular biology mir-361 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. For example, miR-361-5p might act as a suppressor in triple-negative breast cancer (TNBC) by targeting RQCD1 to inhibit the EGFR/PI3K/Akt signaling pathway. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8881_chunk_0 | Mir-363 microRNA precursor family | In molecular biology mir-363 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8882_chunk_0 | Mir-365 microRNA precursor family | In molecular biology mir-365 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8883_chunk_0 | Mir-370 microRNA precursor family | In molecular biology mir-370 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. This microRNA, mir-370-3p, has been shown to play a role in heart failure. The upregulation of mir-370-3p in the sinus node leads to downregulation of the pacemaker i... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8884_chunk_0 | Mir-374 microRNA precursor family | In molecular biology mir-374 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8885_chunk_0 | Mir-383 microRNA precursor family | In molecular biology mir-383 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8886_chunk_0 | Mir-384 microRNA precursor family | In molecular biology mir-384 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8887_chunk_0 | Mir-390 microRNA precursor family | In molecular biology mir-390 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8888_chunk_0 | Mir-396 microRNA precursor family | In molecular biology mir-396 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8889_chunk_0 | Mir-397 microRNA precursor family | In molecular biology mir-397 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8890_chunk_0 | Mir-398 microRNA precursor family | In molecular biology mir-398 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8891_chunk_0 | Mir-430 microRNA precursor family | In molecular biology mir-430 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8892_chunk_0 | Mir-455 microRNA precursor family | In molecular biology mir-455 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8893_chunk_0 | Mir-5 microRNA precursor family | In molecular biology mir-5 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. mir-5 has been implicated in regulation of VEGF in an experiment where a plasmid containing a cluster of mir-5, mir-10 and mir-7 was shown to down-regulate VEGF by 75%.... | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8894_chunk_0 | Mir-535 microRNA precursor family | In molecular biology mir-535 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8895_chunk_0 | Mir-542 microRNA precursor family | In molecular biology mir-542 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8896_chunk_0 | Mir-589 microRNA precursor family | In molecular biology mir-589 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8897_chunk_0 | Mir-598 microRNA precursor family | In molecular biology mir-598 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8898_chunk_0 | Mir-625 microRNA precursor family | In molecular biology mir-625 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. Many microRNAs play important roles in cancer development and progression. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
wiki_8899_chunk_0 | Mir-632 microRNA precursor family | In molecular biology mir-632 microRNA is a short RNA molecule. MicroRNAs function to regulate the expression levels of other genes by several mechanisms. | https://www.kaggle.com/datasets/conjuring92/wiki-stem-corpus |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.