Displaying 9 results from an estimated 9 matches for "dendritic".
Did you mean:
dendrite
2018 May 08
2
Pruning a dendrogram based on frequencies
How can one prune a dendrogram (plot.dendrite, plotrix) based on a minimum level of frequencies?. Franklin.?
[[alternative HTML version deleted]]
2018 May 09
0
Pruning a dendrogram based on frequencies
Hi Franklin,
plot.dendrite was not designed to be pruned. I have had a look at the
problem, and I may be able to suggest a way to drop values in the
"dendrite" object that is the input to plot.dendrite. I'll let you
know.
Jim
On Tue, May 8, 2018 at 11:46 PM, Franklin Mairura via R-help
<r-help at r-project.org> wrote:
> How can one prune a dendrogram (plot.dendrite,
2011 Jul 23
2
An infinite recursion error please explain!
Probability <- function(N, f, w, b, y, t, q) {
#N is the number of lymph nodes
#f is the fraction of Dendritic cells (in the correct node) that have the
antigen
#w is time in terms of hours
#b is the starting position (somewhere in the node or somewhere in the gap
between nodes. It is a number between 1 and (x+t))
#y is the number of time steps it takes to traverse the gap (8hr/y)
#t is the number of ti...
2011 Jul 12
1
Explain how it gets back out?
Probability <- function(N, f, m, b, x, t) {
#N is the number of lymph nodes
#f is the fraction of Dendritic cells (in the correct node) that have the
antigen
#m is the number of time steps
#b is the starting position (somewhere in the node or somewhere in the gap
between nodes. It is a number between 1 and (x+t))
#x is the number of time steps it takes to traverse the gap
#t is the number of time ste...
2016 Sep 22
1
linking external library into module
I guess there were no dendrites to tickle. I did come up with a partial
answer, although why exactly these items are required is still somewhat
of a mystery to me. I'll probably investigate further at some point to
see about getting a full answer, but here's what I came up with so far.
So, in case anyone else is giving this a try:
1) It appears that external libraries will not link
2008 Aug 15
0
Ph.D. position at RWTH Aachen
...f highly motivated individuals for a PhD
student position on the bioinformatics of gene networks in stem cells.
The successful applicant will work in an international team and apply
standard techniques of bioinformatics on stem cell reprogramming and
pluripotency, stem cell specification and dendritic cell development.
Working language is English. The position is in collaboration with the
RWTH Graduate School Aachen Institute of Computational Engineering
Sciences (AICES).
The Institute for Biomedical Engineering, Department of Cell Biology,
RWTH Aachen University Medical School and Helm...
2016 Sep 20
0
linking external library into module
I'm hoping this tickles some dendrites as both google and the various
documentation doesn't seem to provide any insight.
I'm writing a com32 module for use on a x86-32 machine with a BIOS (not
EFI). The code that I write into the module executes correctly. However,
I also have a static library that has several routines that I want to
use. The static library doesn't rely on any
2011 Jul 11
1
Summation resulting in a list?
Probability <- function(N, f, m, b, x, t) {
#N is the number of lymph nodes
#f is the fraction of Dendritic cells (in the correct node) that have the
antigen
#m is the number of time steps
#b is the starting position (somewhere in the node or somewhere in the gap
between nodes. It is a number between 1 and (x+t))
#x is the number of time steps it takes to traverse the gap
#t is the number of time ste...
2011 Aug 17
1
Why does the graph converge?
I have a set of functions:
Probability <- function(N, f, w, b, l, n, q) {
#N is the number of lymph nodes
#f is the fraction of Dendritic cells (in the correct node) that have the
antigen
#w is time in terms of hours
#b is the starting position (somewhere in the node or somewhere in the gap
between nodes. It is a number between 1 and (x+t))
#q is the length of the time step
#l is the LN transit time in hours
#n is the gap transi...