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/05/16 23:55] – [Install R locally (e.g. on a cluster)?] adminhow_to [2019/07/03 16:24] – [Install R locally (e.g. on a cluster)?] admin
Line 98: Line 98:
 ---- ----
  
-**Get familiar with applications of machine learning in genetics and genomics?** \\ +**Get familiar with machine learning and its applications in computational biology? ** \\ 
-First read [[http://www.nature.com/nrg/journal/v16/n6/abs/nrg3920.html|this]] 2015 review paper and then follow its references.+- Most common ML techniques are very well explained in [[https://scikit-learn.org/stable/user_guide.html|Scikit learn]] with [[https://scikit-learn.org/stable/modules/decomposition.html|illustrations]] and example Python code. These techniques have been implemented in [[https://www.kaggle.com/getting-started/5243|R]] packages including mlr3 and tidymodels. 
 + 
 +-[[http://www.nature.com/nrg/journal/v16/n6/abs/nrg3920.html|This]] 2015 paper reviews applications of ML in genetics and genomics. Read it and follow its references.
  
 ---- ----
Line 107: Line 109:
  
 <code> <code>
-javascript:void(location.href=%22http://libproxy.txstate.edu/login?url=%22+location.href)+javascript:void(location.href=%22http://libproxy.uthscsa.edu/login?url=%22+location.href)
 </code> </code>
  
Line 188: Line 190:
  
 **Write a scientific paper?** \\ **Write a scientific paper?** \\
-Put the figures together and then [[http://www.scidev.net/global/publishing/practical-guide/how-do-i-write-a-scientific-paper-.html|draft]] different [[https://www.nature.com/articles/nmeth.4532?WT.ec_id=NMETH-201712&spMailingID=55474826&spUserID=MTIyMzczNjc4MDI2S0&spJobID=1285409878&spReportId=MTI4NTQwOTg3OAS2|sections]]. Focus the [[http://www.grantcentral.com/strategies-for-avoiding-common-problems-with-research-manuscripts/|Discussion]].+Put the figures together and then [[http://www.scidev.net/global/publishing/practical-guide/how-do-i-write-a-scientific-paper-.html|draft]] different [[https://www.nature.com/articles/nmeth.4532?WT.ec_id=NMETH-201712&spMailingID=55474826&spUserID=MTIyMzczNjc4MDI2S0&spJobID=1285409878&spReportId=MTI4NTQwOTg3OAS2|sections]]. Focus the [[http://www.grantcentral.com/strategies-for-avoiding-common-problems-with-research-manuscripts/|Discussion]]. Be careful about [[http://colah.github.io/posts/2019-05-Collaboration/index.html|authorship]].
  
 ---- ----