recipes that save time
10x documentation is the one he uses:
https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger
For the custom genome:
https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/tutorial_mr
For GFP:
https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/tutorial_mr#marker
High level steps (based on the 10x tutorial):
- Download the gtf and fasta files for the species of interest;
- Filter gtf with
cellranger mkgtfcommand;- Create the fasta file for the additional gene (for example, GFP);
- Create the corresponding gtf file for the additional gene;
- Append fasta file of the additional gene to the end of the fasta file for the genome;
- Append gtf file of the additional gene to the end of the gtf file for the genome;
- Make custom genome with
cellranger mkrefcommand;