Description Usage Arguments Value
View source: R/prep_RNAseq_output.R
Take metadata CSV, parse Kallisto output and return a Sleuth object with raw counts
1 2 3 4 5 6 7 | brucemoran_rnaseq_kallisto_parser(
metadata_csv,
data_dir = NULL,
agg_col = "ensembl_gene_id",
genome_prefix = "hsapiens",
server_threads = NULL
)
|
metadata_csv |
CSV format file with columns: 'sample' that has exact dir matching which contains 'adundance.h5' (recursively) |
data_dir |
dir from which to recursively search for abundance.h5 for samples |
agg_col |
column on which to aggregate gene_mode |
genome_prefix |
string of a genome in biomart$dataset, suffixed with '_gene_ensembl' |
server_threads |
set to anything but NULL to allow threading |
list object with sleuth object 'so' [1] and tx2gene annotation used to create it [2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.