Description Usage Arguments Details
Builds a reference genome at 'Utils/Reference_Genome'
| 1 2 3 | 
| path | 
 | 
| gtf_file | 
 | 
| fasta_file | 
 | 
| star_threads | 
 | 
| name | 
 | 
| gff3 | 
 | 
| additional_param | 
 | 
You must specify the Utils path if it is not already defined, and have your genome in a folder titled 'Reference_Genome'. This function will construct the reference genome using RSEM tools. The command line is the default shown in the documentation. 'rsem-prepare-reference –gtf gtf_file –transcript-to-gene-map knownIsoforms.txt –bowtie2 fasta_file name' If the gtf_file is not give, then the transcript-to-gene-map option is not used either. A fasta_file and a name must be provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.