| Literature DB >> 24093424 |
Abstract
BACKGROUND: Multiplecompeting bioinformatics tools exist for next-generation sequencing data analysis. Many of these tools are available as R/Bioconductor modules, and it can be challenging for the bench biologist without any programming background to quickly analyse genomics data. Here, we present an application that is designed to be simple to use, while leveraging the power of R as the analysis engine behind the scenes.Entities:
Mesh:
Year: 2013 PMID: 24093424 PMCID: PMC3815230 DOI: 10.1186/1471-2164-14-688
Source DB: PubMed Journal: BMC Genomics ISSN: 1471-2164 Impact factor: 3.969
Figure 1Guide design and its relationship with external resources.
Example data format for input into guide
| 84190 | 6 | 32 | 14 |
| 152118 | 0 | 0 | 1 |
| 84321 | 408 | 475 | 220 |
Guide accepts tab-delimited text files as input data, where gene ids form row ids and sample ids form column ids. Preferred gene id is Entrez gene id, and Ensembl gene ids will be converted to Entrez ids using the gene2ensembl file from Entrez [19].
Figure 2Screenshots which show results of differential expression analysis and expression profile for a selected gene.
Figure 3Screenshots which show available plots on the dataset, including biological coefficient of variation (plotBCV) and multi-dimentsional scaling plot (plotMDS).