Detect single-cell technology that was used to generate a set of FASTQ files or a single BAM file. If a BAM file is provided, it is split into FASTQs.
pip install fqc
fqc [FASTQ1] [FASTQ2] ...
where [FASTQ1]
and [FASTQ2]
are FASTQ files.
fqc [BAM]
where [BAM]
is a BAM file.