2.1.Expression Matrix
1) Files Needed
docker load -i bioinfo_expmat-3.0.tar.gz #load the image
docker run --name=bioinfo_featurecount -dt -h featurecount_docker --restart unless-stopped -v C:\Users\usrname\Desktop\bioinfo_tsinghua_share:/home/test/share bioinfo/expmat:3.0 /bin/bash
docker exec -it bioinfo_featurecount /bin/bash
cd /home/test2) Count reads mapped to a gene
2a) Sequencing protocols



2b) Count reads/counts

2c) How to tell which sequencing protocol being used

3) featureCounts
3a) Count
3b) Generate count matrix for multiple samples
4) Homework

Last updated
Was this helpful?