STAR | R Documentation |
Starts a query for STAR (mapping) using Toolchest.
STAR( tool_args = "", read_one, read_two = NULL, output_path = NULL, database_name = "GRCh38", database_version = "1", ... )
tool_args |
(optional) Additional arguments to be passed to STAR. |
read_one |
Path of input file to be passed in as Read 1 (-1). |
read_two |
(optional) Path of input file to be passed in as Read 2 (-2). |
output_path |
(optional) Path to a directory where the output file(s) will be downloaded. |
database_name |
(optional) Name (string) of database to use for STAR mapping. Defaults to "GRCh38". |
database_version |
(optional) Version (string) of database to use for STAR mapping. |
is_async |
(optional) Whether to run a job asynchronously. Defaults to false. |
If output_path
is left unspecified, downloading will be skipped.
Reference to an object with output location data.
read_one
is required. If paired-end reads are not used, the input
file should be passed in as read_one
.
database_name
should be specified as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.