Description Usage Arguments Value
A function to convert the raw data into a structure which contains necessary information for analysis, i.e., SNPs, Replicates, counts from maternal allel (YI) and total counts (NI). This structure is friendly to GLMM fitting in glmer() function in "lme4" package. This function can be easily modified to apply to other similar real data structures.
1 |
i |
The gene number of each gene. Take the sample dataset for instance, the gene number of the first gene in this dataset is 28. |
data |
The raw data, need to be in the exact format with the sample data provided by this package, more specifically, a |
rep |
The number of biological replicates at each SNP. |
A data.frame
in the structure that would be needed for analysis by BLRM method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.