Yuan Blog

「仰望星空 脚踏实地」

Views_and_Copies_in_pandas

explained_with_examples

You are furious because of ignorance Copies and views are very common in python, especially when you are working with arrays, lists, pandas. I’m aware of this, still, was trapped in a bug beca...

”google scholar part2”

”using pymed”

I have nothing to say Continue Most author information from google scholar are not complete. To overcome this problem, and get a more precise author overlap analysis. I searched each paper in...

”google scholar part1”

”using selenium”

A year’s plan starts with spring During the Christmas holidays, I rewrote my google scholar analytic piplines. Though the current version is still tough, it returns the basic information we wa...

Adaptor Trimming

2021_update

All tools work well enough RNAseq pipline update(2) During the library preparation process, Illumina adapter sequences are annealed to sequencing reads. The adapter sequences are required for...

RNASeq Pipline

2021_update

RNASeq: from fastq to transcript counts VS code is the best text editor! Updated RNASeq pipline (1) I update my pipline for analyzing RNASeq data recently, using salmon 1.5.2. This blog i...

pymed

Pubmed_search_python

To use pymed package to search pubmed database, we need to have an NCBI account and an ‘API’ key generated from NCBI account settings. After this basic info, I query Pubmed with different titles to...

Bellman Equations

Deep reinforcement learning series

We all learn through rewarding systems. Our body also adapted through ‘awarding’ systems. I went through Reinforcement Learning: Theory and Algorithms, by Alekh Agarwal, Nan Jiang, Sham Kakade...

street fighting scientist

try all you can

Time is mana An inspiring lecture Street Fighting Mathematics by Ryan O’Donnell for general introductions to approaching theory-ish problems. Indeed, most of time, we are jumping between an e...

Python Google Scholar

Web Scraping with Selenium

Life is hard, and ignorance makes it harder I was trying to analyze my google citations. After testing several github repositories, I found two of them are helpful for my task. One is gschola...

ssh keygen ssh add

ssh kegen

ssh-keygen ssh-keygen pairs: Generate key pairs The algorithm is selected using the -t option and key size using the -b option. The following commands illustrate: 1 2 3 4 5 ssh-keygen ...