Package: KnowSeq
Type: Package
Title: A R package to extract knowledge by using RNA-seq raw files
Version: 1.0.0
Author: Daniel Castillo-Secilla, Juan Manuel Galvez, Francisco Manuel Ortuno, Luis Javier Herrera and Ignacio Rojas.
Maintainer: Daniel Castillo Secilla <cased@ugr.es>
Description: KnowSeq proposes a whole pipeline that comprises the most relevant steps in the RNA-seq gene expression analysis, with the main goal of extracting biological knowledge from raw data (Differential Expressed Genes, Gene Ontology enrichment, pathway visualization and related diseases). In this sense, KnowSeq allows aligning raw data from the original fastq or sra files, by using the most renowned aligners such as tophat2, hisat2, salmon and kallisto. Nowadays, there is no package that only from the information of the samples to align -included in a text file-, automatically performs the download and alignment of all of the samples. Furthermore, the package includes functions to: calculate the gene expression values; remove batch effect; calculate the Differentially Expressed Genes (DEGs); plot different graphs; and perform the DEGs enrichment with the GO information, pathways visualization and related diseases information retrieval. Moreover, KnowSeq is the only package that allows applying both a machine learning and DEGs enrichment processes just after the DEGs extraction. This idea emerged with the aim of proposing a complete tool to the research community containing all the necessary steps to carry out complete studies in a simple and fast way.
VignetteBuilder: knitr
License: GPL (>=2)
Depends: R (>= 3.6.0), quantreg, mclust, topGO (>= 2.34.0)
Encoding: UTF-8
LazyData: false
RoxygenNote: 6.1.1
biocViews: GeneExpression, DifferentialExpression, GeneSetEnrichment,
        DataImport, Classification, FeatureExtraction, Sequencing,
        RNASeq, BatchEffect, Normalization, Preprocessing,
        QualityControl, Genetics, Transcriptomics, Microarray,
        Metabolomics, Proteomics, Alignment, Pathways, SystemsBiology,
        MultipleComparison, GO, GraphAndNetwork
Imports: stringr, factoextra, kernlab, ggplot2, reshape2, gplots,
        caret, RCurl, XML, class, praznik, R.utils, e1071,
        randomForest, httr, jsonlite, sva (>= 3.30.1), cqn (>= 1.28.1),
        edgeR (>= 3.24.3), biomaRt (>= 2.38.0), limma (>= 3.38.3),
        arrayQualityMetrics (>= 3.38.0), tximport (>= 1.10.1),
        tximportData (>= 1.10.0), rhdf5 (>= 2.26.2), Biobase, multtest,
        pathview (>= 1.22.3), grDevices, graphics, stats, utils
Suggests: knitr
git_url: https://git.bioconductor.org/packages/KnowSeq
git_branch: RELEASE_3_10
git_last_commit: 66d1b81
git_last_commit_date: 2019-10-29
Date/Publication: 2019-10-29
NeedsCompilation: no
Packaged: 2019-10-30 05:01:56 UTC; biocbuild
Built: R 3.6.1; ; 2019-10-30 13:33:24 UTC; windows
