scRNA_quan | R Documentation |
scRNA expression quantification with Salmon.
scRNA_quan( transcript, protocol, threads = 4, salmon_index_add = NULL, salmon_alevin_add = NULL )
transcript |
the reference transcript |
protocol |
the single-cell RNA sequencing protocol: dropseq, chromium, or chromiumV3. |
threads |
the number of threads to be used. Default is 4. |
salmon_index_add |
additional parameters to customize salmon index command. Default is NULL. |
salmon_alevin_add |
additional parameters to customize salmon alevin command. Default is NULL. |
None
scRNA_quan(transcript = 'test_transcript_Homo_sapiens.fna', protocol = 'dropseq')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.