Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to [2019/09/19 22:37] – [Install Salmon on OSX?] adminhow_to [2019/10/07 17:38] – [Learn about linear models and ANOVA in R?] admin
Line 212: Line 212:
 ---- ----
  
-====   Get older versions using git?   ====+==== Get older versions using git? ====
  
-\\ 
 [[https://githowto.com/getting_old_versions|Use]] "git log" to see the previous commits and the corresponding hashes, "git checkout <hash>" to get an older version, and "git checkout master" to get back. [[https://githowto.com/getting_old_versions|Use]] "git log" to see the previous commits and the corresponding hashes, "git checkout <hash>" to get an older version, and "git checkout master" to get back.
  
 ---- ----
  
-**Learn about linear models and ANOVA in R?** \\+ 
 +==== Learn about linear models and ANOVA in R? ==== 
 Review Advanced Statistical Methods II lecture [[https://www.utdallas.edu/~ammann/stat6338/stat6338.html|notes]] by Dr. Larry Ammann at UT Dallas. Review Advanced Statistical Methods II lecture [[https://www.utdallas.edu/~ammann/stat6338/stat6338.html|notes]] by Dr. Larry Ammann at UT Dallas.
  
Line 234: Line 235:
 ---- ----
  
-**Access a Bioconductor package source code?** \\+====   Access a Bioconductor package source code?   ==== 
 It is always better to a install the latest version of a package as directed in the corresponding Bioconductor page (e.g., [[https://bioconductor.org/packages/Pigengene|Pigengene]]). If you need to see more details in the source code, you can clone the source from the Bioconductor mirror, e.g., It is always better to a install the latest version of a package as directed in the corresponding Bioconductor page (e.g., [[https://bioconductor.org/packages/Pigengene|Pigengene]]). If you need to see more details in the source code, you can clone the source from the Bioconductor mirror, e.g.,
  
Line 244: Line 246:
 ---- ----
  
-**Use git via proxy or vpn?** \\+====   Use git via proxy or vpn?   ==== 
 Use [[https://github.com/apenwarr/sshuttle|sshuttle]], e.g., sshuttle -r h_[[mailto:z14@nyx.cs.txstate.edu|mailto:z14@nyx.cs.txstate.edu]] 0.0.0.0/0 -vv\\ Use [[https://github.com/apenwarr/sshuttle|sshuttle]], e.g., sshuttle -r h_[[mailto:z14@nyx.cs.txstate.edu|mailto:z14@nyx.cs.txstate.edu]] 0.0.0.0/0 -vv\\
 The list of servers at Texas Sate University are listed [[https://cs.txstate.edu/resources/labs/accounts/linux/|here]]. The list of servers at Texas Sate University are listed [[https://cs.txstate.edu/resources/labs/accounts/linux/|here]].