The 10x library contains four pieces of information, in the form of DNA sequences, for each “read”.
cellranger mkref
–fasta={GENOME FASTA}
–genes={ANNOTATION GTF}
–genome={OUTPUT FOLDER FOR INDEX}
–nthreads={CPUS}
cellranger count –id={OUTPUT_SAMPLE_NAME}
–transcriptome={DIRECTORY_WITH_REFERENCE}
–fastqs={DIRECTORY_WITH_FASTQ_FILES}
–sample={NAME_OF_SAMPLE_IN_FASTQ_FILES}
–localcores={NUMBER_OF_CPUS}
–localmem={RAM_MEMORY}
The contents of the outs directory are:
access counts:
seurat_object[["RNA"]]$counts
access cell metadata:
seurat_object[[]]