Slides
Quick Intro of Analysis Tools
Unix Shell
bash
R Graphics and Data Manipulation
tidyverse
Analysis of Pilot Data (Gene Count, DESeq2 & DE Analysis)
Reproducible Analysis (Git)
pwd
ls
cd
mkdir
rmdir
touch
cp
mv
rm
chmod
echo
printf
cat
head
tail
less
cut
grep
>
2>
&>
>>
<
[1]:
`|`
bash: command substitution: line 1: syntax error near unexpected token `|' bash: command substitution: line 1: `|'
wc
sort
rev
tr
gzip, gunzip
tar
md5sum
#
\
GREET="hello" echo $GREET
export GREET="hello"
for; do; done
if; then; else; fi