Search results

Jump to navigation Jump to search
  • File:Cvglmnetplot.png
    set.seed(1) # [1] 39
    (1,000 × 400 (34 KB)) - 17:56, 11 October 2022
  • File:Polygon.png
    plot(c(1, 9), 1:2, type = "n") polygon(1:9, c(2,1,2,1,NA,2,1,2,1),
    (577 × 577 (30 KB)) - 17:31, 23 April 2024
  • File:Logscale.png
    > plot(c(1, 10, 100), c(1, 10, 100), log="y") > log10(c(1, 10, 100))
    (480 × 480 (4 KB)) - 13:58, 1 May 2020
  • File:Jitterbox.png
    assy <- LETTERS[1:nc] set.seed(1)
    (1,020 × 906 (50 KB)) - 22:53, 8 February 2024
  • File:Reorder.dendrogram.png
    par(mfrow=c(3, 1)) plot(dd, main = "random dendrogram 'dd'") # not the same as reorder(dd, 1:20)
    (814 × 600 (10 KB)) - 12:15, 8 January 2023
  • File:ViridisDefault.png
    1:n, 1, as.matrix(1:n),
    (600 × 200 (2 KB)) - 10:31, 30 August 2022
  • File:Twopalette.svg
    par(mfrow=c(1,2), mar = c(5,2,2,1)) plot(1:8, col=brewer_pal(palette = "Blues")(8), pch=20, cex=4)
    (468 × 468 (43 KB)) - 16:09, 12 April 2019
  • File:Methybetavsm.png
    mydf = data.frame(beta=seq(0,1,length=100), m=log2(seq(0,1,len=100)/(1-seq(0,1,len=100))))
    (480 × 480 (3 KB)) - 10:21, 30 July 2015
  • File:Scatterhist.svg
    zones=matrix(c(2,0,1,3), ncol=2, byrow=TRUE) layout(zones, widths=c(4/5,1/5), heights=c(1/5,4/5))
    (563 × 563 (70 KB)) - 10:22, 16 February 2024
  • File:Rpalette.png
    # [1] "black" "#DF536B" "#61D04F" "#2297E6" "#28E2E5" "#CD0BBC" "#F5C710" pal_matrix <- matrix(seq_along(pal), nr=1)
    (534 × 615 (28 KB)) - 11:08, 10 May 2023
  • File:Rainbow default.png
    sliderInput("s_value", "Saturation (s):", min = 0, max = 1, value = 1, step = 0.01), sliderInput("v_value", "Value (v):", min = 0, max = 1, value = 1, step = 0.01)
    (2,044 × 1,182 (426 KB)) - 08:52, 12 March 2024
  • File:Roc asah.png
    par(mfrow=c(1,2)) par(mfrow=c(1,1))
    (1,024 × 535 (38 KB)) - 15:59, 22 August 2023
  • File:DataOutliers.png
    plot(puree[,1], puree[, 2], xlim=c(0,1), ylim=c(0,1), xlab="X", ylab="Y") abline(0,1, lty=2)
    (1,020 × 1,096 (172 KB)) - 15:27, 7 March 2024
  • File:Dend12.png
    # [1] 8 3 6 5 10 1 9 7 2 4 # Rotate the branches (1,9) & (7,2,4)
    (876 × 448 (11 KB)) - 13:17, 13 August 2023
  • File:Rotateheatmap.png
    rownames(mat) = paste0("R", 1:8) colnames(mat) = paste0("C", 1:10)
    (1,314 × 448 (52 KB)) - 14:44, 13 August 2023
  • File:Geomerrorbarh.png
    trt = factor(c("Treatment 1", "Treatment 2", "Treatment 3", "Treatment 4", "Treatment 5")), # treatment resp = c(1, 5, 3, 4, 2), # response
    (516 × 400 (17 KB)) - 20:38, 15 October 2023
  • File:SnrVScor.png
    tibble(snr = seq(1,40)) %>% mutate(cor=sqrt(snr)/sqrt(snr+1)) %>%
    (483 × 443 (20 KB)) - 14:15, 18 March 2022
  • File:ComplexHeatmap2.png
    set.seed(1) colnames(mat) <- 1:ns
    (800 × 600 (43 KB)) - 21:37, 7 January 2023
  • File:ScaleFillViridisDiscrete.png
    x <- LETTERS[1:20] y <- paste0("var", seq(1,20))
    (600 × 471 (22 KB)) - 10:08, 30 August 2022
  • File:GseaTable2.png
    fgseaRes[order(pval, decreasing = T),][1:10, c('NES', 'pval')] # 1: -0.4050950 1.0000000
    (800 × 600 (81 KB)) - 12:18, 12 January 2023
  • <span class="texhtml mvar" style="font-style:italic;">{{{1}}}</span><noinclude>
    92 bytes (10 words) - 08:42, 7 September 2018
  • ...a season, and a time to every purpose under the heaven. 傳道書 Ecclesiastes 3:1-8 ...ould be quick to listen, slow to speak and slow to become angry.'' - James 1:19
    401 bytes (57 words) - 09:19, 20 October 2018
  • File:Filtered p.png
    # Each curve represents theta (filtering threshold). For example, theta=.1 means 10% of genes are filtered out before we do multiple testing (or BH ad #* if theta=0, 251 hypotheses are rejected at FDR=.1
    (1,020 × 1,096 (171 KB)) - 21:35, 11 March 2024
  • ...ps://ruslanspivak.com/lsbasi-part1/ Let’s Build A Simple Interpreter. Part 1]
    83 bytes (11 words) - 09:28, 4 March 2018
  • File:Filtered R mean.png
    # 10% <---- so theta=0.1 is the optimal; only 10% genes are removed # [1] 270
    (1,020 × 1,096 (68 KB)) - 20:17, 12 March 2024
  • File:RbdBlock.png
    block <- as.factor(rep(1:5, each=6)) random_effect <- rnorm(30, mean = 0, sd = 1)
    (500 × 500 (34 KB)) - 21:51, 14 January 2023
  • File:RbdTreat.png
    block <- as.factor(rep(1:5, each=6)) random_effect <- rnorm(30, mean = 0, sd = 1)
    (500 × 500 (32 KB)) - 21:50, 14 January 2023
  • File:Geom boxplot.png
    ggplot(data.frame(x), aes(1, x)) + geom_boxplot()
    (436 × 536 (14 KB)) - 16:02, 25 November 2019
  • File:Geom bar2.png
    y = c(.02, .11, -.01, -.03, -.03, .02, .1, -.01, -.02, 0.06)) set.seed(1)
    (2,400 × 1,800 (71 KB)) - 14:41, 15 December 2022
  • File:Geom bar1.png
    y = c(.02, .11, -.01, -.03, -.03, .02, .1, -.01, -.02, 0.06)) set.seed(1)
    (2,400 × 1,800 (85 KB)) - 14:39, 15 December 2022
  • File:KMannotation.png
    # [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] # status 1 1 0 1 1 0 1 1 0 1 0
    (732 × 546 (58 KB)) - 22:12, 13 October 2020
  • g1(μx, μy) = ∂g/∂X̄ = 1/X̄, g2(μx, μy) = ∂g/∂Ȳ = -1/Ȳ .../\mu_x)^2 * Var(\bar{X}) + (-1/\mu_y)^2 * Var(\bar{Y}) + 2 * (1/\mu_x) * (-1/\mu_y) * Cov(\bar{X}, \bar{Y}) \\
    2 KB (339 words) - 21:03, 5 August 2023
  • File:IGV fly Anders2013 2.png
    Note that a position may contain more than 1 transcript.
    (1,033 × 854 (102 KB)) - 14:50, 21 May 2015
  • File:Geom bar4.png
    color = "grey", linetype = "dashed", size = 1) +
    (2,400 × 1,800 (51 KB)) - 15:14, 15 December 2022
  • File:ComplexHeatmap1.png
    rownames(mat) = paste0("R", 1:ng) colnames(mat) = paste0("C", 1:n)
    (600 × 450 (29 KB)) - 15:02, 23 August 2022
  • File:DataOutliers2.png
    plot(puree[,1], puree[, 2], xlab="X", ylab="Y") col = c("black", "blue", "red", "cyan", "green"), lty=1, lwd=2)
    (1,020 × 1,096 (133 KB)) - 16:49, 8 March 2024
  • File:KMcurve.png
    # https://www.rdocumentation.org/packages/survival/versions/3.1-12/topics/print.survfit 1 Maintained 45
    (672 × 671 (6 KB)) - 16:15, 30 April 2020
  • File:Svg4.svg
    plot(1:10, main="width=4, height=4")
    (360 × 360 (33 KB)) - 16:58, 17 March 2023
  • File:Palettebarplot.png
    barplot(rep(1, length(pal)), col = pal, space = 0,
    (534 × 615 (9 KB)) - 11:15, 10 May 2023
  • File:R2.png
    # [1] 0.8554949
    (500 × 400 (15 KB)) - 13:46, 21 May 2023
  • File:Venn4.png
    x <- list(First = 1:40, Second = 15:60, Third = sample(25:50, 25),
    (982 × 1,168 (103 KB)) - 14:49, 23 April 2024
  • File:Rerrorbar.svg
    geom_jitter(position = position_jitter(0.2, seed=1), color = "darkgray") + geom_jitter(position = position_jitter(0.2, seed=1), color = "darkgray") +
    (609 × 328 (75 KB)) - 19:37, 24 March 2022
  • File:Rerrorbars.png
    geom_jitter(position = position_jitter(0.2, seed=1), color = "darkgray") + geom_jitter(position = position_jitter(0.2, seed=1), color = "darkgray") +
    (593 × 418 (10 KB)) - 19:39, 24 March 2022
  • File:LogisticFail.svg
    > set.seed(1234); n <- 16; mu=3; x <- c(rnorm(n), rnorm(n, mu)); y <- rep(0:1, each=n)
    (475 × 468 (25 KB)) - 10:08, 26 May 2022
  • File:Fgsea3plots.png
    par(mfrow=c(1,3))
    (1,200 × 400 (68 KB)) - 12:37, 6 January 2023
  • File:Filtered R.png
    # [1] 380 main="BH cutoff = 0.1")
    (1,020 × 1,096 (77 KB)) - 21:41, 11 March 2024
  • File:Foldchangefilter.png
    LFC <- log2(1.5) plot(x, y = 1:28, xlab="log2 intensity", ylab="samples")
    (460 × 460 (22 KB)) - 11:03, 12 October 2022
  • OLlist <- overLapper(setlist[1:3], type="vennsets") OLlist <- overLapper(setlist[1:3], type="vennsets")
    6 KB (842 words) - 11:47, 30 April 2024
  • File:Geomcolviridis.png
    pop_df2 <- tibble(class=rbinom(nrow(pop_df), 1, .5), pop_df)
    (821 × 400 (26 KB)) - 11:50, 30 August 2022
  • ...03-24T20:50:42-0400] [ALPM] installed linux510-virtualbox-guest-modules (6.1.18-18) [2021-03-24T20:50:42-0400] [ALPM] installed virtualbox-guest-utils (6.1.18-2)
    7 KB (932 words) - 16:42, 28 June 2023
  • File:Doubledip.png
    set.seed(1) i1 <- i[1] ; i2 <- i[2]
    (800 × 450 (57 KB)) - 14:19, 22 August 2022
  • = Operating System: From 0 to 1 =
    503 bytes (65 words) - 11:02, 22 March 2018
  • File:Progpreg.png
    x1 <- image_read(u[1])
    (800 × 1,200 (193 KB)) - 10:48, 24 September 2020
  • File:GseaTable.png
    # 1: 5992282_ECM_proteoglycans 1.984081 # 2: 5992219_Regulation_of_cholesterol_biosynthesis_by_SREBP_SREBF_ 1.955961
    (800 × 600 (81 KB)) - 12:01, 12 January 2023
  • ** [https://www.rdocumentation.org/packages/boot/versions/1.3-20/topics/boot.ci boot.ci()] from the 'boot' package provides a short exp ** https://www.rdocumentation.org/packages/boot/versions/1.3-20
    13 KB (1,624 words) - 13:14, 2 November 2023
  • File:Ruspini.png
    mgp= c(1.6,.8,0), mar= .1+c(4,2,2,2))
    (1,000 × 550 (81 KB)) - 10:41, 10 August 2022
  • z = 1; \tif (i == j)\n\t\tz = 0;\n\telse\n\t\tz = 1;
    4 KB (560 words) - 21:50, 10 March 2021
  • s$browse(1) # OR s$browse("RookTest") ...R because the command just a shortcut to open the web page http://127.0.0.1:10215/custom/RookTest.
    3 KB (467 words) - 15:27, 12 August 2019
  • | | |_| | | | (_| | | Version 1.1.0 (2019-01-21) [1] top-level scope at none:0
    1 KB (156 words) - 10:37, 7 April 2021
  • * Power and Sample Size Determination http://www.stat.wisc.edu/~st571-1/10-power-2.pdf#page=12 ...powerandsamplesize.com/Knowledge/derive-z-test-1-sample-1-sided One-sample 1-sided test], [http://www.cyclismo.org/tutorial/R/power.html#calculating-the
    11 KB (1,382 words) - 10:25, 14 November 2023
  • # [1] 28109 # [1] 11
    15 KB (1,636 words) - 10:30, 15 November 2023
  • ...ns(error=function() { traceback(2); if(!interactive()) quit("no", status = 1, runLast = FALSE) }) lapply(1:3, function(i){ browser(); rnorm(i)})
    11 KB (1,621 words) - 13:48, 19 April 2024
  • # Step 1 Find your drive names # Step 1 Create new Physical Volume
    9 KB (1,075 words) - 16:10, 24 February 2023
  • Installed: 1.0.2g-1ubuntu4.5 Candidate: 1.0.2g-1ubuntu4.5
    11 KB (1,370 words) - 09:52, 17 June 2022
  • * http://r-exercises.com/2016/10/30/regular-expressions-part-1/ # [1] "." "\\" "|" "(" ")" "[" "]" "{" "}" "$" "-" "^" "*" "+" "?"
    22 KB (2,994 words) - 09:58, 27 April 2024
  • ...://www.linuxuprising.com/2019/06/fix-missing-gpg-key-apt-repository.html?m=1 Fix Missing GPG Key Apt Repository Errors (NO_PUBKEY)] gpg: Total number processed: 1
    11 KB (1,516 words) - 08:43, 19 August 2022
  • #define ONE 1 printf("The list has %d item%s\n", n , n==1 ? "" : "s");
    10 KB (1,440 words) - 10:41, 10 May 2024
  • filename=$1 ...irectory after extracting mediawiki tar ball]. "tar -xz --strip-components=1 -f mediawiki.tar.gz"
    10 KB (1,361 words) - 09:56, 15 February 2022
  • # Step 1 - Read the design and create eset. colnames(exprs) <- targets[,1]
    7 KB (840 words) - 10:34, 14 May 2023
  • # [1] "Blood Derived Normal" "Solid Tissue Normal" ...D dataset]. [https://www.rdocumentation.org/packages/TCGAbiolinks/versions/1.2.5/topics/TCGAquery_SampleTypes TCGAquery_SampleTypes(barcode, typesample)
    30 KB (2,603 words) - 13:55, 13 April 2023
  • Note 1. It is OK to use the same CVSROOT for multiple modules/projects since each Note 2. The cvs version that I have installed in my ubuntu server is 1.12.13.
    9 KB (1,471 words) - 13:27, 15 October 2019
  • * HTTP Status Code (for example, HTTP/1.1 200 OK) HTTP/1.1 200 OK
    2 KB (213 words) - 18:45, 27 May 2023
  • * Method 1: [https://api.jquery.com/load/ .load()] from '''jquery'''
    2 KB (354 words) - 10:54, 22 March 2022
  • s$d <- s$d/sqrt(max(1, nrow(x) - 1)) plot(pc$x[, 1], pc$x[, 2], col = group, main = "PCA", xlab = "PC1", ylab = "PC2")
    26 KB (3,376 words) - 16:34, 10 February 2024
  • └── [email protected].1 [email protected].1: wanted: {"node":">=0.12"} (current: {"node":"v0.10.25","npm":"1.3.10"})
    11 KB (1,617 words) - 10:45, 12 March 2024
  • * Virtual private servers starting at $5 a month (512MB memory, 1 Core, 20GB SSD, 1TB Transfer) Virtual private servers starting at $5 a month (512MB memory, 1 Core, 20GB SSD, 1TB Transfer)
    5 KB (676 words) - 21:34, 14 December 2023
  • 127.0.0.1:6379> set name mark 127.0.0.1:6379> get name
    2 KB (290 words) - 14:54, 25 October 2020
  • Genome variation profiling by genome tiling array 1,068 Other 1,147
    21 KB (2,620 words) - 15:12, 7 June 2023
  • * [https://youtu.be/TlB_eWDSMt4 Node.js Tutorial for Beginners: Learn Node in 1 Hour | Mosh] # Terminal 1
    8 KB (1,150 words) - 09:24, 29 July 2023
  • <li>[https://academic.oup.com/biostatistics/article/8/1/118/252073?login=false Adjusting batch effects in microarray expression dat <li>[https://www.coursera.org/lecture/statistical-genomics/module-2-overview-1-12-cbqYZ Statistics for Genomic Data Science] (Coursera) and https://github
    26 KB (3,733 words) - 10:56, 24 February 2024
  • ...CC) is a descriptive statistic that describes the extent to which outcomes 1) within each <span style="color: red">cluster</span> are likely to be simil * In the 3 scenario scatterplots on the wikipedia, x-axis represents rater 1 & y-axis represents rater 2. Different points represent different subjects.
    31 KB (4,160 words) - 14:09, 13 May 2024
  • -rw-rw-r-- 1 brb brb 37 Aug 30 20:17 .conky/conky-startup.sh
    2 KB (345 words) - 22:27, 5 February 2024
  • 1. Install the packages
    2 KB (341 words) - 20:05, 15 May 2023
  • | 1 for i in {1..2}; do echo iteration $i; for f in *.jpg; do echo $f; \
    11 KB (1,630 words) - 18:12, 7 January 2024
  • ...'' means that the file system should not be checked by fsck. A value of '''1''' means that the file system should be checked first (like the "/" root fi Disk /dev/sda: 640.1 GB, 640135028736 bytes
    5 KB (775 words) - 12:16, 8 July 2023
  • ...: /usr/bin/java /usr/bin/X11/java /usr/share/java /usr/share/man/man1/java.1.gz java version "1.6.0_38"
    14 KB (1,929 words) - 11:23, 27 November 2021
  • $ smartctl -v | head -1 Controller ID: 1
    20 KB (2,644 words) - 07:49, 30 October 2023
  • 1) Proceed with installation (default) stable installed - rustc 1.48.0 (7eac88abb 2020-11-16)
    2 KB (306 words) - 16:21, 3 January 2021
  • clusterApply(cl, 1:2, get("+"), 3) [https://www.jottr.org/2022/04/22/parallelly-1.31.1/ parallelly 1.31.1: Better at Inferring Number of CPU Cores with Cgroups and Linux Containers]
    36 KB (4,681 words) - 11:52, 6 December 2022
  • ...wers.com/Q/How_do_you_replace_the_belt_tensioner_on_a_92_Saturn_sl1?#slide=1 ...d it for free. Here's a hint to start your car without pressing the break, 1) push in start, 2) let go, 3) push in again and hold for 30 seconds. You ca
    12 KB (1,654 words) - 15:14, 7 January 2024
  • ...0/07/08/r-package-integration-with-modern-reusable-c-code-using-rcpp/ Part 1] if (nx > 1 & ny > 1) stop("Only one parameter can be a vector!");
    34 KB (4,410 words) - 20:45, 22 May 2023
  • [https://t.co/rfKF3ABFJp?amp=1 useR 2019] & [https://youtu.be/YEQ5xFewbdA?t=891 youtube] # [1] ‘3.12’
    25 KB (3,049 words) - 13:45, 17 April 2024
  • ...riant annotation, we will get a bug report message. The main output files (1 vcf and 2 texts files) are generated but the pdf/html files cannot be creat A subset of GSE48215 (about 1/10 of the original FASTQ files) created to run the benchmark.
    19 KB (2,682 words) - 16:41, 20 October 2022
  • ...l/traveler-magazine/photo-contest/2014/entries/gallery/outdoor-scenes-week-1/ National Geographic Travel Photo Contest 2014] works for '''curl''' but no ==> TYPE I ... done. ==> CWD (1) /Drosophila_melanogaster/Ensembl/BDGP6 ... done.
    18 KB (2,498 words) - 12:33, 10 February 2024
  • y ~ x + (1|group) # random intercepts, same slope for groups lme(y ~ 1 + randonm = ~1 | Random) # one-way random model
    46 KB (5,482 words) - 16:33, 10 December 2023
  • brw-rw---- 1 root disk 31, 0 Dec 10 06:00 /dev/mtdblock0 ...and in the terminal: '''sudo dd if=/dev/zero of=/dev/mtdblock0 bs=1M count=1'''
    13 KB (2,211 words) - 20:32, 18 April 2024
  • {| border="1" style="border-collapse:collapse; text-align:center;" | || || 1 || 0 ||
    44 KB (6,015 words) - 17:06, 29 October 2023
  • * I tried to install from the source (v2.2.1) on Ubuntu 14.04. The canonical method ./configure, make & sudo make instal time rvm install ruby-2.1.4
    3 KB (484 words) - 17:11, 24 November 2019
  • x <- 1:100 summary(model2)$r.squared # 1
    51 KB (6,774 words) - 17:54, 6 April 2024
  • static_ip="192.168.1.14/24" static_gw="192.168.1.1"
    21 KB (3,167 words) - 13:51, 17 May 2024
  • * '''-n''' https://linux.die.net/man/1/rsync ...to the free, old but usable version 4.0.5 which is newer than I tested v3.1.0.
    20 KB (2,714 words) - 22:35, 21 March 2024
  • X <- Sonar[, 1:60] rfe_result <- rfe(x = X, y= y, sizes=c(1:10), rfeControl =ctrl)
    34 KB (4,737 words) - 09:47, 7 March 2024
  • ...etween ubuntu and linux] On the client file manager, type '''smb://192.168.1.XX/''' ...X). On macOS/Linux, "Connect to Server" in the file browser, smb://192.168.1.XX/fileshare.
    13 KB (1,879 words) - 17:13, 9 October 2023
  • ...-apt-ubuntu-22-04 How to Install Firefox as DEB on Ubuntu (Not Snap)] 2024/1/24 ...for this option: '''media.autoplay.default'''. Change its value from 0 to 1 to block for all domains and change the value to 2 for domain specific. See
    11 KB (1,339 words) - 15:15, 17 February 2024
  • > readLines(co,1) [1] "GET /index.html HTTP/1.1"
    42 KB (5,717 words) - 06:34, 27 March 2024
  • ...(eg PowerPoint), Producer (eg Mac OS X Quartz PDFContext), PDF version (eg 1.3) It is easy to use and works fine on Ubuntu 20.04 (I am using 0.5.1 though the current version is 0.6.0).
    20 KB (3,015 words) - 09:32, 17 September 2023
  • ...s://www.linuxuprising.com/2018/03/tilix-almost-perfect-tiling-gtk-3.html?m=1 Tilix: The Almost Perfect Tiling GTK+ 3 Terminal Emulator]. You can save a ** Method 1: it can only change the size. nano ~/.config/terminator/config
    17 KB (2,640 words) - 12:09, 5 May 2024
  • ....so[7f4af2d54000+1b4000]''. Also the minidlna process becomes 2 instead of 1 after the crash.
    6 KB (724 words) - 15:12, 7 January 2024
  • # Method 1. ...deo-samples-and-new-full-res-frame-grabs-available-for-do samples] (vlc v2.1.4 cannot play), [https://youtu.be/ftlvreFtA2A FLYING OVER NORWAY]
    27 KB (3,584 words) - 15:24, 9 April 2024
  • ...with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.1]. Edit '''/etc/mysql/debian.cnf''' file and set the root password there in Server version: 10.1.23-MariaDB-9+deb9u1 Raspbian 9.0
    47 KB (6,035 words) - 09:40, 6 July 2023
  • ...mdanderson.org/MicroarrayCourse/Lectures09/gsea1_bw.pdf#page=14 Using GSEA.1.0.R] ...7N0 Using DAVID for Functional Enrichment Analysis in a Set of Genes (Part 1)], [https://youtu.be/zedjRViji2c (Part 2)] (video)
    60 KB (8,292 words) - 13:49, 9 May 2024
  • ...be.com/security/a-practical-guide-to-gpg-part-1-generate-your-keypair Part 1 Generate Your Keypair], ...t.systemd.daily''. Read the comment by Kjetil S from the link in Solution 1 below. One easy solution I did is to reboot the machine.
    36 KB (4,769 words) - 13:41, 12 May 2024
  • * 2022/6/1: v4.6.2 stable (R 3.5.1 and Bioc 3.7). No registration is needed for non-commercial users. * 2021/2/x: v4.6.2 beta1 (R 3.5.1 and Bioc 3.7). Upgrade Rserve to 1.8-7. Fix MSigDB v6.2 URL link.
    25 KB (2,959 words) - 01:10, 4 April 2024
  • ...d by <math>\alpha</math>, and bridge the gap between lasso (<math>\alpha = 1</math>) and ridge (<math>\alpha = 0</math>). Following is a CV curve (adapt px=px/(1+px)
    72 KB (10,005 words) - 11:33, 15 August 2023
  • ....com/how-host-own-vpn/ Here’s How You Can Host Your Own VPN for Less Than $1 a Month] ** For example, in 10.0.0.1/24, /24 means that 24 bits are used for the network portion of the address
    22 KB (3,112 words) - 16:57, 8 April 2024
  • Nmap scan report for localhost (127.0.0.1) Other addresses for localhost (not scanned): ::1
    28 KB (4,098 words) - 11:29, 30 January 2024
  • ...= \frac{\bar {X}_1 - \bar{X}_2}{s_{X_1X_2} \cdot \sqrt{\frac{1}{n_1}+\frac{1}{n_2}}}</math> :<math> s_{X_1X_2} = \sqrt{\frac{(n_1-1)s_{X_1}^2+(n_2-1)s_{X_2}^2}{n_1+n_2-2}}.</math>
    66 KB (9,125 words) - 22:41, 21 March 2024
  • * CPU Tegra X1 4x A57 @ 1.43 GHz (ARMv8), GPU 128 CUDA cores of Maxwell generation @ 921 MHz (cf [ht <li>nano ~/.bashrc. Add a line '''LS_COLORS="di=1;31" '''
    26 KB (3,533 words) - 08:42, 8 March 2024
  • ...t-Step---Step/dp/1449319262/ref=sr_1_1?s=books&ie=UTF8&qid=1353525357&sr=1-1&keywords=php Learning PHP, MySQL, JavaScript, and CSS] ...mic-Design-Made/dp/1430232498/ref=sr_1_2?s=books&ie=UTF8&qid=1353525357&sr=1-2&keywords=php PHP Solutions: Dynamic Web Design Made Easy]
    35 KB (4,920 words) - 20:29, 14 May 2024
  • # update 'forwarders' key to use 1,1,1,1; 8.8.8.8; ...Docker]. After the container is booted, you can set up your DNS to 127.0.0.1.
    35 KB (4,745 words) - 21:56, 9 April 2024
  • Some differences (inconvenience): 1. No maximize, minimize windows buttons 2. Have to click 'Activities' button [https://www.linuxuprising.com/2019/09/how-to-disable-gnomes-overlay.html?m=1 How To Disable GNOME's Overlay Scrollbars (Have The Scrollbars Permanently
    25 KB (3,557 words) - 15:35, 8 May 2024
  • ...Sleep Screen… Plus Easily Back it Up]. '''scp suspended.png [email protected].1:/usr/share/remarkable/''' ...st after using this method to send them to the device (extension version 1.1.7).
    14 KB (1,984 words) - 17:55, 12 December 2023
  • ** In any case, the water level should be about 1 inch below the top of the overflow tube and the critical level mark on the ...et too high. The ideal water level typically rests about 1–2 inches (2.5–5.1 cm) below the rim of the fill valve and the overflow tube. If the water lev
    29 KB (3,817 words) - 11:51, 4 May 2024
  • /dev/sda1 28.3G 1.3G 25.6G 5% /storage 1.0K /var/media/STORAGE
    22 KB (3,319 words) - 10:02, 18 May 2024
  • ...ttps://download.calibre-ebook.com/linux-installer.sh [31301/31301] -> "-" [1] -rw-r--r-- 1 root root 60M Jul 21 10:35 calibre-3.46.0-x86_64.txz
    23 KB (3,157 words) - 09:12, 15 April 2024
  • * [https://www.makeuseof.com/gpt-models-explained-and-compared/ GPT-1 to GPT-4: Each of OpenAI's GPT Models Explained and Compared] ...750 words. How much does the OpenAI’s cost per session? About $0.05 to $0.1, if you send 25 to 50 requests. $18.00 free trial. Cost depends on how many
    42 KB (5,233 words) - 13:53, 15 May 2024
  • wget https://cdn.geekbench.com/Geekbench-5.3.1-Linux.tar.gz tar xf Geekbench-5.3.1-Linux.tar.gz
    32 KB (4,254 words) - 20:58, 23 April 2024
  • ...thing in /etc/resolv.conf in terminal. You can check that "ping -c 3 1.1.1.1" works but "ping -c 3 google.com" did not. ├─sda1 8:1 0 31G 0 part /
    39 KB (5,604 words) - 22:03, 14 May 2024
  • * http://opensource.com/life/15/1/current-state-linux-video-editing ...://www.linuxuprising.com/2019/01/free-video-cutter-losslesscut-adds.html?m=1 Free Video Cutter LosslessCut Adds Multiple Cut Points, Video Merging Featu
    24 KB (3,480 words) - 18:52, 29 April 2024
  • ...//thomasmock.netlify.com/post/a-gentle-guide-to-tidy-statistics-in-r/ part 1] & [https://towardsdatascience.com/a-gentle-guide-to-statistics-in-r-ccb91c caption = "\nFigure 1. Effect of novel drug treatment AD-x37 on cognitive function in
    84 KB (11,071 words) - 08:57, 7 May 2024
  • ...ttle-redis-book The little Redis book] and its [http://openmymind.net/2012/1/23/The-Little-Redis-Book/ webpage]. * Possibility 1: PDF to word to epub? But there is no way to convert pdf to word or open pd
    7 KB (1,074 words) - 15:26, 29 September 2022
  • * [https://opensource.com/article/21/1/cloud-image-virt-install Set up a Linux cloud on bare metal] --location Downloads/ubuntu-20.04.1-desktop-amd64.iso
    39 KB (5,285 words) - 15:38, 7 March 2024
  • * If the binary package was built on R 2.15.1, then it cannot be installed on R 2.15.2. But vice is OK. For example (as of 1/7/2013),
    17 KB (2,447 words) - 10:17, 10 May 2020
  • * [https://www.rdocumentation.org/packages/cluster/versions/2.1.3/topics/pam ?cluster::pam] ...distance) from the cluster centroid. <math>ESS_m = \sum_{l=1}^{n_m}\sum_{k=1}^p (x_{ml,k} - \bar{x}_{m,k})^2 </math> in which
    92 KB (12,235 words) - 11:52, 18 January 2024
  • [[File:Swarm fig 1.png|200px]] ...becoming the dedicated interactive data transfer and file management node [1] and its hardware was later upgraded to support this role [2]. Running proc
    48 KB (6,907 words) - 12:29, 15 May 2024
  • ...inary file and launch it directly '''bash ~/Downloads/freemind-bin-max-1.0.1/freemind.sh''' . But remember don't try to launch the program twice. </li> ...ntu-18-10-ubuntu-18-04-and-derivative-systems/ How To Install FreeMind 1.0.1 on Ubuntu 18.10, Ubuntu 18.04] </li>
    8 KB (1,015 words) - 13:23, 19 May 2024
  • ...e UEFI Specifications Version 2.3.1, Errata C or higher, and has Windows 8.1 or Windows 10 installed with UEFI. ** Linux: <syntaxhighlight lang='sh' inline>timedatectl set-local-rtc 1 </syntaxhighlight> (no sudo needed). If we type the command '''timedatectl'
    19 KB (2,949 words) - 12:32, 2 May 2024
  • ...oldest version of R is 3.1.2 (2014-10-31). '''docke run -it --rm r-base:3.1.2''' ...rm rocker/drd R # good to test the pipe operator (due in R 4.1.0)
    35 KB (5,002 words) - 17:58, 8 May 2024
  • * The nozzle is '''MK8''' extruder '''0.4mm nozzle diameter''',1.75mm filament diameter,you can use M6 nozzle! * there is no auto leveling for this kit. layer thickness: 0.1-0.4mm .resolution 0.1mm.
    12 KB (1,857 words) - 13:58, 12 February 2023
  • The R gui takes 0.7GB but Rserve uses 1.4GB. See a comprehensive comparison of running Rserve on Windows and Linux. <pre>1: In rnorm(450000 * 400) :
    5 KB (761 words) - 16:54, 7 June 2020
  • ...tps://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2446-1 Developing reproducible bioinformatics analysis workflows for heterogeneous * [https://www.biorxiv.org/content/10.1101/2021.04.30.442204v1?rss=1&s=09 Simplifying the development of portable, scalable, and reproducible wo
    65 KB (9,289 words) - 21:19, 17 May 2024
  • If something is wrong related to boost library, go back to step 1. Then type (installing boost library takes a while) ...6/09/rstudio-v1-4-update-whats-new/ RStudio v1.4 Update: What's New] - R 4.1 Support, 2021-06-09
    48 KB (6,785 words) - 21:58, 17 May 2024
  • 1. The following line is coming from an earlier bookmarked tutorial (this wil Done. Go to test it. [Tested on mediawiki 1.22 on Ubuntu 12.04]. Navigate to "Special:Version" on your wiki to verify t
    53 KB (7,552 words) - 13:21, 14 April 2024
  • # Step 1: Install Apache tcp 0 68 MyServerIP:ssh 182.106.129.1:48887 SYNC_RECV
    25 KB (3,122 words) - 08:21, 8 May 2023
  • ...number of server alive messages (see below) which may be sent without ssh(1) receiving any messages back from the server. If this threshold is reached ...l in seconds after which if no data has been received from the server, ssh(1) will send a message through the encrypted channel to request a response fr
    48 KB (6,776 words) - 20:09, 27 April 2024
  • * Discovered it from the [https://www.quora.com/What-are-the-best-free-Type-1-hypervisors post] ...mile.amazon.com/Mastering-Proxmox-Wasim-Ahmed/dp/1783980826?sa-no-redirect=1 Mastering Promox] (book)
    68 KB (10,263 words) - 20:12, 14 May 2024
  • ...-32,768 to 32,767 (minimum value of -2^15 and a maximum value of (2^15) - 1). ...8 to 2,147,483,647 (minimum value of -2^31 and a maximum value of (2^31) - 1). See http://arduino.cc/en/Reference/int and [http://forum.arduino.cc/inde
    57 KB (7,883 words) - 10:49, 16 January 2023
  • ...ocation-of-excel-exe/ Tips & Tricks 147 – Find the Location of Excel.Exe]. 1. Start Excel 2. Right click on Windows Task Bar > Start Task Manager > Proc ...-equation-689ac0e5-bc51-4ecf-9427-fff8ed150858?ocmsassetid=ha104208491&ctt=1&correlationid=f1f57831-11e0-4ffe-8730-b9d13efbbfe7&ui=en-us&rs=en-us&ad=us
    64 KB (8,873 words) - 14:51, 17 May 2024
  • * [https://opensource.com/article/20/1/improve-bash-scripts 5 ways to improve your Bash scripts] Redirecting output. File descriptor number 1 (2) means standard output (error).
    104 KB (14,867 words) - 13:32, 9 April 2024
  • (Advanced) Intel Celeron N3160. '''Braswell''' (1.60GHz with 2.24GHz burst) (64-bit) quad-core; 6W TDP. * (2019 Nov) Update from 1.02 (04/21/2017) to 1.06 (01/07/2019). The zip file does not have another folder. So before unzip
    46 KB (6,721 words) - 11:58, 17 November 2023
  • | Column 1 | Column 2 | Column 3 | ...markdown-tips-tricks-1-rstudio-ide/ R Markdown Lesser-Known Tips & Tricks #1: Working in the RStudio IDE]
    80 KB (11,030 words) - 16:23, 17 May 2024
  • set.seed(1) x1 <- rbinom(100, 1, .5) - .5
    114 KB (15,882 words) - 13:03, 2 May 2024
  • # It installed R 4.2.2 but my R 4.2.1 is gone. ℹ Using R 4.0.4 (lockfile was generated with R 4.2.1)
    68 KB (9,578 words) - 10:38, 8 May 2024
  • ...e format is *.drawio. I can export it to svg file. But *.drawio takes only 1.8K vs 15K for svg file. ** WDCH Bloomberg FM 99.1
    20 KB (2,619 words) - 17:03, 12 May 2024
  • * WAMU: http://wamu-1.streamguys.com/wamu-1 * 1:27 Webcam Recorder
    17 KB (2,541 words) - 21:17, 25 April 2024
  • [https://www.jasperginn.nl/shiny-server-series-pt1/ Shiny server series part 1: setting up]. It includes setting up A- and CNAME records on DigitalOcean. [1] ‘0.1.1.9000’
    54 KB (7,011 words) - 18:19, 11 May 2024
  • ** 1: to insert heading 1 ...om/a/58068850 How to use Jupyter notebooks in a conda environment?] Option 1 works for me.
    94 KB (12,933 words) - 14:40, 7 May 2024
  • * If 1 (or more) it does - but you still need to make sure that virtualization is ...ely the guest addition does not work with the current version of Debian (8.1.0) for some reason: Building the share folder support module fail!
    70 KB (9,776 words) - 13:36, 15 May 2024
  • * View - Groups/Focus Group (^1, ^2) ** This shortcuts are consistent with RStudio. ^1 moves to source code & ^2 moves to R console.
    50 KB (7,448 words) - 18:41, 11 May 2024
  • * [http://bioinformatics.oxfordjournals.org/content/31/13/2225.short?rss=1 Normalization and noise reduction for single cell RNA-seq experiments] by B ...F1qdObdFBc3JncwXAnMUHlcd0ap Analysis of single cell RNA-seq data - Lecture 1] by BioinformaticsTraining
    123 KB (14,851 words) - 13:21, 19 April 2024
  • * [https://www.ostechnix.com/configure-apache-virtual-hosts-ubuntu-part-1/ How To Configure Apache Virtual Hosts In Ubuntu 18.04 LTS] ...4-lts-server-part-1-basics How to secure an Ubuntu 16.04 LTS server - Part 1 The Basics]
    83 KB (10,956 words) - 17:42, 6 April 2024
  • # Step 1: ...e application from Applications -> Electronics -> Arduino IDE. It (Arduino 1.6.12) works on my Odroid xu4 Ubuntu 16.04.
    59 KB (8,226 words) - 14:53, 23 September 2023
  • allocate(a(n, 0:n+1))
    9 KB (1,351 words) - 16:01, 8 December 2015
  • ...xF toram". Enter. It will show "Copy 1.33 GiB to RAM" on the screen (about 1 minute). [https://debugpointnews.com/gnoppix-22-12-release/?amp=1 Gnoppix Linux 22.12 is out with GNOME 43, Kernel 6.0, + More]
    9 KB (1,272 words) - 15:39, 9 April 2024
  • On my Ubuntu 20.04, snap-store uses about 300MB memory (number 1 according to the system monitor). gtk-common-themes 0.1-50-gf7627e4 1514 latest/stable/… canonical✓ -
    12 KB (1,604 words) - 13:57, 12 May 2024
  • 1: Please, make sure that the regional language settings on your machine to t The Java I am using is version 8 update 60 (build 1.8.0_60-b27, 8/21/2015) available from http://www.java.com/en/download/win10
    97 KB (14,849 words) - 09:36, 13 February 2024
  • ** [https://www.git-tower.com/blog/git-cheat-sheet/ git-tower.com] (1 page as an image) git checkout $(git rev-list -n 1 HEAD -- yourPage)^ -- yourPage
    144 KB (20,934 words) - 18:24, 11 May 2024
  • ** Training 1: Introduction & Admin │ Router │ healthy │ ~/.ddev │ http://127.0.0.1:10999 │ traefik │
    13 KB (1,730 words) - 21:41, 19 February 2024
  • * [https://github.com/Lissy93/portainer-templates 400+ 1-click Portainer app templates] * [https://academic.oup.com/gigascience/article/6/8/1/3894236 Bio-Docklets: virtualization containers for single-step execution o
    71 KB (9,707 words) - 21:49, 19 May 2024
  • | 1 ** At 27:40 how to switch hands method 1.
    60 KB (4,433 words) - 10:08, 13 April 2024
  • * Video #1 introduction to beaglebone * Video #9 Example of Qt; shows an application using GPIO + Qt. Video at 1:55 shows how GPIO pins were used for both LCD and LEDs.
    97 KB (13,194 words) - 12:10, 7 March 2020
  • * [https://www.rd.com/article/happiest-state/ New Report: This Is the No. 1 Happiest State in America ] * TV Schedule for FOX (WTTG) District of Columbia, 5.1
    61 KB (7,307 words) - 14:14, 12 May 2024
  • ...'https://cloud.r-project.org/bin/macosx/el-capitan/contrib/3.5/plotROC_2.2.1.tgz' Content type 'application/x-gzip' length 1288370 bytes (1.2 MB)
    154 KB (20,177 words) - 18:52, 16 May 2024
  • * [http://bowtie-bio.sourceforge.net/index.shtml bowtie] (bowtie2-2.1.0-linux-x86_64.zip): Mac, Linux, Windows binaries * [http://samtools.sourceforge.net/ samtools] (samtools-0.1.19.tar.bz2): '''require GCC to compile''' (build-essential) & zlib1g-dev &
    152 KB (19,200 words) - 18:29, 14 May 2024
  • ...deos'''. In fact, each one of folder in '''Libraries''' contains more than 1 folder: one is 'My' one and the other is 'Public' one. For example, the ''' ...ndows-8/create-reset-refresh-media Create installation media for Windows 8.1] an instruction by Microsoft.com.
    107 KB (13,765 words) - 09:10, 8 May 2024
  • ...riting-Works-Communicate-Effectively-Business/dp/0060956437?sa-no-redirect=1 Amazon] Figure 1 shows ...
    27 KB (3,737 words) - 17:06, 2 February 2024
  • * https://retropie.org.uk/docs/Playstation-1/ File extensions ...etropie.org.uk/forum/topic/25987/playstation-1-rom-filetypes/9 Playstation 1 Rom filetypes?]
    87 KB (12,645 words) - 20:46, 11 May 2024
  • * [https://icook.tw/recipes/383583 日式北海道雞肉湯咖哩] 昆布高湯 1罐(約400cc) ** 1 1/2 pounds chicken thighs, preferably bone-in, instead of chicken breasts
    162 KB (16,192 words) - 09:03, 9 May 2024
  • [https://health.udn.com/health/story/6033/3203720 做1件事降13種癌症風險] ...85% to 90% of cancers. Sarcomas, in contrast, represent slightly less than 1% of cancer types. (The other types of cancer include leukemias, lymphomas,
    49 KB (5,959 words) - 17:16, 3 April 2024
  • * http://static.msi.umn.edu/tutorial/lifescience/RNA-Seq-Module-1.pdf ...f human breast cancer data] from QIAGEN. Biomedical Genomics Workbench 3.0.1 is used.
    175 KB (23,482 words) - 11:35, 15 August 2023
  • * [https://en.wikipedia.org/wiki/Jerzy_Neyman Jerzy Neyman] (1894-1981): type 1 error ...Statistician Sent to Me . . .], [https://tinyurl.com/yzpv2uu6 The abridged 1-page print version].
    194 KB (25,708 words) - 09:23, 21 April 2024
  • ** log normal p4 where T ~ lognormal and W ~ N(0,1) ...[https://trialsjournal.biomedcentral.com/articles/10.1186/s13063-023-07730-1 How is overall survival assessed in randomised clinical trials in cancer an
    247 KB (34,638 words) - 17:09, 10 May 2024
  • * The average airfare: $1,113 ** Stony Man Mountain summit (hiking, 1.5h), Luray, Virginia
    21 KB (2,619 words) - 19:48, 21 April 2024
  • * https://linux.cn/article-8851-1.html ...onvert-a-sequence-of-numbered-png-files-to-an-animated-gif?noredirect=1&lq=1 Tool to convert a sequence of numbered PNG files to an animated GIF?]. [htt
    17 KB (2,209 words) - 15:25, 8 May 2024
  • C
    * http://www.cs.odu.edu/~mweigle/courses/cs455-f06/lectures/2-1-ClientServer.pdf ...quest line. We can change the HTTP method in the 2nd input to '''GET /HTTP/1.0\n\n''' to fetch the full page. See the book [http://www.http-guide.com/ H
    212 KB (30,105 words) - 20:55, 16 May 2022
  • '''[http://wiki.qt.io/New_Features_in_Qt_5.1 5.1]''' [http://doc.qt.io/qt-5/whatsnew51.html What's New in Qt 5.1]
    171 KB (22,523 words) - 17:16, 29 February 2020
  • $ sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compo Note that 1) the one-liner is a huge security issue. 2) but how will you add the curren
    173 KB (23,525 words) - 17:17, 8 May 2024
  • ...RHEL does not have an updated Ant package (currently it is 1.7 but I need 1.8). Give up. sudo apt-get install libstdc++6:i386 lib32z1 lib32ncurses5 lib32bz2-1.0
    106 KB (14,363 words) - 20:56, 5 May 2024
  • -rw------- 1 99 99 10592270336 Feb 26 09:45 macSierra.ova -rw-r--r-- 1 99 99 6922018816 Feb 15 14:40 Sierra10.12.3.iso
    178 KB (24,865 words) - 14:00, 17 May 2024
  • * [http://m.linuxjournal.com/content/n900-slice-raspberry-pi?page=0,1 N900 as a remote display] * [https://smile.amazon.com/macro-keyboard/s?k=macro+keyboard&sa-no-redirect=1 Macro keyboard] from amazon. [https://smile.amazon.com/Ecarke-Mechanical-Ke
    188 KB (25,426 words) - 21:40, 9 April 2024
  • ...2_ug_en.pdf Manual]. [https://www.servethehome.com/lenovo-thinkcentre-m75q-1-tiny-review-project-tinyminimicro/3/ Performance comparisons with other sim ...tps://nucblog.net/2018/05/gemini-lake-pentium-nuc-review-nuc7pjyh-overview-1-3/ Review] by nucblog.net. [https://youtu.be/KmdNvD0QfJY Youtube review].
    162 KB (22,420 words) - 20:18, 19 May 2024
  • * http://www.seascapewebdesign.com/blog/part-1-getting-started-vagrant-windows-7-and-8 Need to downgrade vagrant to [https://releases.hashicorp.com/vagrant/1.7.4/ 1.7.4].
    26 KB (3,671 words) - 11:03, 17 October 2018
  • export LESS_TERMCAP_mb=$'\e[1;32m' export LESS_TERMCAP_md=$'\e[1;32m'
    199 KB (27,970 words) - 13:41, 7 May 2024
  • R
    * R 4.1.0 ...s.com/blog/new-features-r410-pipe-anonymous-functions/ New features in R 4.1.0] '''anonymous functions''' (lambda function)
    337 KB (46,296 words) - 10:03, 7 May 2024
  • Change value of "enabled" from 1 to 0. Then reboot. export LESS_TERMCAP_mb=$'\e[1;32m'
    186 KB (25,993 words) - 10:16, 10 April 2024
  • * (Right) 1 of 3 whole exome data from [https://www.ncbi.nlm.nih.gov/sra?term=SRP066363 ...NA-seq: transcript-level estimates improve gene-level inferences (version: 1.17.5). [https://codeocean.com/pricing Plan].
    301 KB (39,517 words) - 14:35, 13 May 2024
  • ...www.linuxuprising.com/2019/12/how-to-install-latest-firefox-non-esr.html?m=1 How To Install The Latest Firefox (Non-ESR) On Debian 10 Buster (Stable) Or [http://www.webupd8.org/2014/01/enable-hardware-acceleration-in-chrome.html?m=1 enable hardware acceleration in chrome / chromium browser [quick tip]]
    27 KB (3,675 words) - 13:51, 13 May 2024
  • * [https://linux.cn/article-8850-1.html 中文] and [https://developers.google.com/web/updates/2017/04/headles ...istill-web-monitor/inlikjemeeknofckkjolnjbpehgadgge?hl=en&xcust=2-2-631993-1-0-0&sref=https://www.pcworld.com/article/631993/631993.html distill.io]: tr
    57 KB (7,527 words) - 20:56, 23 April 2024
  • ** 1.00 mg/㎗以上 異常 * 中國读数6.1 mmol/L 以下算正常
    286 KB (22,246 words) - 13:08, 2 May 2024