QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How can I use TESS to see all of the binding sites for a particular factor, e.g., c-Jun?

FAQS
Beside searching for binding sites in DNA sequence, TESS also let's you query TRANSFAC directly. These capabilities are accessible through the Query Transfac and Query Matrices links at the top of every page. You may want to preview which factors match c-Jun. Do this by selecting 'Accession Numbers' from the popup menu in the Results section. To select a few factor entries of interest, select 'Accession Number' in the 'Search in this field' popup menu and enter, for example, T00131|T00133.

top] Where can I get a particular SLF4J binding?

SLF4J FAQ
SLF4J bindings for SimpleLogger, NOPLogger, Log4jLoggerAdapter and JDK14LoggerAdapter are contained within the files slf4j-nop.jar, slf4j-simple.jar, slf4j-log4j12.jar, and slf4j-jdk14.jar. These files ship with the official SLF4J distribution. Please note that all bindings depend on slf4j-api.jar. The binding for logback-classic ships with the logback distribution. However, as with all other bindings, the logback-classic binding requires slf4j-api.jar.

top 11. What is Meant by K-Factor, R-Factor and C-Factor?

FAQs - Techs & Specs - National Insulation Association, ...
K-Factor (Thermal Conductivity Factor) - The measure of heat in Btus that pass through one square foot of a homogeneous substance, 1 inch thick, in an hour, for each degree F temperature difference. The lower the K-value, the higher the insulating value. Textbook definition: The time rate of steady heat flow through a unit area of a homogeneous material induced by a unit temperature gradient in a direction perpendicular to that unit area.

Is C++ a superset of C? Can I use a C++ compiler to compile C code?

Infrequently Asked Questions in comp.lang.c
C++ is a superset of something, we're not sure what. You can use a C++ compiler to compile C code, but the results may surprise you.

Can I license TESS and/or get the source code so I can run it locally?

FAQS
The N/R or +/- indications in TESS are always with respect to the sequence you entered. TESS has no idea what orientation the sequence had in the chromosome (or where ever) it came from. I'd normally suggest you try to reorient the sequence so that the TSS is at the end of the sequence so that life (relative to the gene) is easy. If you're more concerned with global chromosomal coordinates, then leave it as is.

Can I use LessTif with C++ ?

LessTif Frequently Asked Questions
You sure can. There really are two ways. You can use it directly, or through one of the C++ wrappers for Motif. Much of this is discussed in the Motif FAQ which can be found at Ken Lee's website at http://www.rahul.net/~kenton Using LessTif directly with C++ prompts the question on how to use class member functions as callbacks.

Why do sites use Cookies?

The Unofficial Cookie FAQ
There are many reasons a given site would wish to use cookies. These range from the ability to personalize information (like on My Yahoo or Excite), or to help with on-line sales/services (like on Amazon Books or eBay), or simply for the purposes of collecting demographic information (like DoubleClick). Cookies also provide programmers with a quick and convenient means of keeping site content fresh and relevant to the user's interests.

What is Meant by K-Factor, R-Factor and C-Factor?

Diversified Thermal | FAQ
K-Factor (Thermal Conductivity Factor) - the actual K-Factor number for an insulation material is based on the number of Btus per hour that pass through a 1" thick by 1" square block of insulation with a 1°F temperature difference between the two surfaces. Materials with the lower K-factor are better insulators. Insulation materials usually have K-Factors less than one and are reported at what is called Mean Temperature.

Why does Inti contain yet another C++ binding for GTK+?

Inti FAQ
Because Inti::Gtk's technical goals are not compatible with existing bindings. I spent quite a bit of time and effort talking to the gtk-- maintainers about merging the projects, but in the end we decided that a merger would involve abandoning the design goals of one project or the other, and neither of us were willing to give up the features we wanted to avoid duplicating a few thousand lines of code. Inti is a genuinely different project from gtk--.

Are virtual functions (dynamic binding) central to OO/C++?

Big Picture Issues Updated! , C++ FAQ Lite
Without virtual functions, C++ wouldn't be object-oriented. Operator overloading and non-virtual member functions are great, but they are, after all, just syntactic sugar for the more typical C notion of passing a pointer to a struct to a function. The standard library contains numerous templates that illustrate "generic programming" techniques, which are also great, but virtual functions are still at the heart of object-oriented programming using C++.

How can C++ achieve dynamic binding yet also static typing?

Inheritance -- virtual functions Updated! , C++ FAQ Lite
When you have a pointer to an object, the object may actually be of a class that is derived from the class of the pointer (e.g., a Vehicle* that is actually pointing to a Car object; this is called "polymorphism"). Thus there are two types: the (static) type of the pointer (Vehicle, in this case), and the (dynamic) type of the pointed-to object (Car, in this case).

I saw different texts on different Internet sites. Which are legally binding?

eu Official Registry - www-eu - FaQ
We try to explain to you on our sides complex procedures with simple English. Legally binding however the regulations are 733/2002 of the European parliament and 874/2004 of the European Union commission. For validating the documents the PricewaterhouseCoopers is responsible in Brussels. You find more information with EURid. They will make all information available in the future in all official European Union languages.

Can people who are lactose intolerant use Transfer Factor??

Transfer Factor FAQ
Yes. The large proteins, such as lactose, are filtered out during the extraction process. Are transfer factors made of sugars, proteins or fats? Isolated transfer factors have been determined to be a chain of small peptides consisting of 44 amino acids. Amino acids are the building blocks of proteins. The immune system is challenged during times of stress. Because of this, additional support through supplementation may promote a healthy immune system.

Can I use Youth Factor if I have acne?

Youth Factor | Frequently Asked Questions And Answers
Youth Factor is non-comedogenic, which means it does not clog the pores. The product will not cause acne, but it will not treat acne either. We recommend addressing the acne problem first by consulting a dermatologist. You can then use Youth Factor simultaneously with your acne medication. Youth Factor will not interfere with the action of Retin A, a common treatment for acne.

What is obtained from Bio Factor use?

IN2ZYM - FAQ
It is reported that usage of Bio Factor significantly shortens restitution time. That is to say, tiredness and soreness after training and heavy strain is reduced, and worn muscle tissue is rebuilt more effectively. This is because the weight factors in Bio Factor optimise cellular reproduction, which causes, among other things, the lessening of skin aging. Body weight frequently goes unchanged over the first weeks since growth in muscle tissue occurs in pace with fat burning.

Should I use Tarceva in a particular patient type in NSCLC?

Resources - Frequently Asked Questions - Tarceva.com
Tarceva is indicated for the treatment of patients with locally advanced or metastatic Non-Small Cell Lung Cancer (NSCLC) after failure of at least one prior chemotherapy regimen. The results from the Tarceva NSCLC pivotal trial (BR.21) showed an improvement in survival among an unselected population. Some groups of patients appear to receive a greater survival benefit from Tarceva relative to the general population of patients with NSCLC in BR.

How can I use simple binding to display multiple data source properties?

Data Access - Windows Forms FAQs
Simple binding does not directly support data source property concatenation however you can use the Binding Format event to concatenate multiple data source properties. To do this you need to add a Binding to the primary property (or one of the data source...

How do I use GOLD to predict binding affinity?

GOLD - Scientific FAQs
GOLD has been optimised for the prediction of ligand binding positions rather than the prediction of binding affinities. However, we have found that a sub-component of the GOLD scoring function can be more effective, showing a 60% correlation with a test set of known binders. This can be derived from GOLD by summing the external terms of the fitness function. From the rank file of a given ligand, if the results are re-scored using only S(hb_ext) and 1.

What is the easiest type of snowboard binding to use?

Snowboard Tips, Buy Snowboards, Snowboard Information, Snowb...
Fast, Frequent, FlowFlow snowboard bindings have been voted the easiest snowboard bindings to get in and out of many years in a row. When you buy a Flow snowboard, there is a Flow snowboard boot and Flow bindings set made specifically for the type of riding you want to do and will go perfectly with the Flow snowboard that you buy. If you want the full package, go with the Flow.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact