Description Usage Arguments Value Author(s) Examples
Function for extracting the required data for the experimental evolution application.
1 2 | bbgp_snpData(dataFileName, noHeaderLines = 1, noInfoColumns = 3,
noOptions = 6, sep = ":")
|
dataFileName |
Name of the raw data file |
noHeaderLines |
Number of header lines, set to 1 by default. |
noInfoColumns |
Number of columns which contain information about the SNP locations. These columns are used to construct SNP IDs. |
noOptions |
Number of possible alterations separated by the character defined in "sep" Default is 6, assuming the form A:T:C:G:N:Del |
sep |
Character which separates the alterations. Default is set to ":". |
List of snpData which contains counts in the "counts" matrix and sequencing depth values in the "seq_depth" matrix. SNP IDs are stored as row names, and time points are stored as column names.
Hande Topa, hande.topa@helsinki.fi
1 2 | # dataFileName="sampleCountsData"
# snpData=bbgp_snpData(dataFileName)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.