ssh -XC usernmae@biomix.dbi.udel.edu
to log inscp /local/location/file.name.ext username@biomix.dbi.udel.edu:/target/folder
to copy file to Biomixscp -r username@biomix.dbi.udel.edu:/target/file.name.ext /local/location
to copy file from Biomix to local folder
srun -c 9 --mem=8000 --x11 /usr/local/FastQC/fastqc --threads 9
to check RNA-Seq quality usingFastQC
graphically- -c for CPU, --x11 for graphical window, --threads for CPU threads
sbatch trimming.slurm
to trim off the adapter sequences usingtrim_galore
squeue
to check job statusless slurm-123456.out
to check for any errors or warningsless brain_a.s.fastq.gz_trimming_report.txt
to check trimming report
sbatch mapping.slurm
to map RNA-Seq data to human genome draft GRCh38 usinghisat2
samtools view brain_a.s_trimmed.bam | less
to see the .bam file
sbatch bamindex.slurm
usessamtools
to index .bam files
sbatch counting.slurm
useshtseq-count
for countring
- Import, filter, log transform, distance heatmap, PCA, gene heatmap, BCV plot, smear plot, differential expression analysis
- Codes are in the rscript