Description Usage Arguments Details Value Author(s) See Also Examples
This function imports a project of Roche's GS Reference Mapper Software. It stores all information into an instance of the Biobase ExpressionSet.
1 | MapperSet(dirs, samplenames)
|
dirs |
A character vector containing all sample directories (i.e. directories that contain the files "mapping/454HCDiffs.txt" (required), "mapping/454ReadStatus.txt" (optional), "mapping/454NewblerMetrics.txt"(optional)). |
samplenames |
A character vector containing samplenames. The order and number of samplenames must be consistent with the filenames to ensure the correctness of the MapperSet. If no samplenames are given, the filenames are used for naming. |
An instance of the MapperSet is derived from the Biobase eSet and thus structured into
1. assayData
Contain the number of reads with the respective difference in forward/reverse direction.
Contain the total coverage for every variant in forward/reverse direction.
2. featureData
Give the location of each variant.
Show the bases changed in each variant.
The name of the region (gene) where the variant is located.
Lists Ensembl variant-ids for known SNPs (if any).
3. phenoData
An instance of the MapperSet.
Christoph Bartenhagen
1 2 3 | # load a GS Mapper dataset containing 3 samples and 111 variants
data(mapperSetExample)
mapperSetExample
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.