Learn R Programming

seeker (version 1.1.6)

Simplified Fetching and Processing of Microarray and RNA-Seq Data

Description

Wrapper around various existing tools and command-line interfaces, providing a standard interface, simple parallelization, and detailed logging. For microarray data, maps probe sets to standard gene IDs, building on 'GEOquery' Davis and Meltzer (2007) , 'ArrayExpress' Kauffmann et al. (2009) , Robust multi-array average 'RMA' Irizarry et al. (2003) , and 'BrainArray' Dai et al. (2005) . For RNA-seq data, fetches metadata and raw reads from National Center for Biotechnology Information (NCBI) Sequence Read Archive (SRA), performs standard adapter and quality trimming using 'TrimGalore' Krueger , performs quality control checks using 'FastQC' Andrews , quantifies transcript abundances using 'salmon' Patro et al. (2017) and potentially 'refgenie' Stolarczyk et al. (2020) , aggregates the results using 'MultiQC' Ewels et al. (2016) , maps transcripts to genes using 'biomaRt' Durinkck et al. (2009) , and summarizes transcript-level quantifications for gene-level analyses using 'tximport' Soneson et al. (2015) .

Copy Link

Version

Install

install.packages('seeker')

Monthly Downloads

126

Version

1.1.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jake Hughey

Last Published

August 27th, 2024

Functions in seeker (1.1.6)

trimgalore

Run Trim Galore!
seeker

Process RNA-seq data end to end
seekerArray

Process microarray data end to end
tximport

Run tximport on RNA-seq quantifications
getPlatforms

Get supported microarray platforms
fetchMetadata

Fetch metadata for a genomic study
checkDefaultCommands

Check for presence of command-line interfaces
installSysDeps

Install seeker's system dependencies
installCustomCdfPackages

Install custom CDF packages
fastqc

Run FastQC
getTx2gene

Get mapping between transcripts and genes
fetch

Fetch files
fastqscreen

Run FastQ Screen
getSalmonMetadata

Aggregrate metadata from salmon quantifications
multiqc

Run MultiQC
salmon

Run Salmon