10,000 hour challenge of microbe

  • About
Illustration of a bird flying.
  • Human TF motifs JASPAR database

    Zheleznogorsk-Ilimskiy Human TF motifs JASPAR database

    January 28, 2011
  • Prodoric database E. coli TF motifs ht …

    introrsely Prodoric database E. coli TF motifs http://prodoric.tu-bs.de/

    January 28, 2011
  • GOMO: predicting GO terms from PWM http …

    fornelos de montes sitios de citas GOMO: predicting GO terms from PWM http://meme.nbcr.net

    January 28, 2011
  • R 01/22/2011

    R apply functions tags: R tutorials Posted from Diigo. The rest of my favorite links are here.

    January 21, 2011
  • Great explanation about many apply funct …

    Great explanation about many apply functions in R A brief introduction to “apply” in R

    January 21, 2011
  • Use sapply(), lapply(), vapply() when th …

    Use sapply(), lapply(), vapply() when the data is data frame or list and use apply() when the data is matrix. Because matrix does not have the “direction”, e.g., row-wise or column-wise, to apply the function. So it has to be explicitly given. apply(data, 2, FUN) # for example, column-wise application of the FUN

    January 21, 2011
  • Difference between “[” and “[[” in R …

    Difference between “[” and “[[” in R Those are operators for elements in R. The difference between the two is that “[” slices the data while “[[” extracts the data. The reason is “[[” iterates to get the data. The manual says it in this way; “[” keep the name while “[[” drops the name, […]

    January 21, 2011
  • Extracting a fixed position data from th …

    Extracting a fixed position data from the list of vectors I don’t exactly understand how this works but it works. v

    January 20, 2011
  • Hash in R? Use names() ex. nucleotide …

    Hash in R? Use names() ex. nucleotide

    January 19, 2011
  • Resource for programming in R http://zo …

    Resource for programming in R http://zoonek2.free.fr/UNIX/48_R/02.html

    January 19, 2011
←Previous Page
1 … 18 19 20 21 22 … 24
Next Page→

10,000 hour challenge of microbe

Proudly powered by WordPress