Description Usage Arguments Value
Creates a table of parwise comparisons for techreps in given table.
1 2 | CreateDeltaAIPairwiseDF(df, thrs = 2^c(0:12), thrsSide = "both",
mlns = F, repcolmns = F, what = "noname")
|
df |
A dataframe of genes/transcripts and parental counts for technical replicates in columns. |
thrs |
An optional vector of thresholds (default = 2**c(0:12)). |
thrsSide |
An optional parameter of threshold side: 'both' or 'low' (default = 'both'). |
mlns |
An optionsl binary parameter: if the file contains data of millionr read sampling, FALSE or TRUE (default = F). |
repcolmns |
An optional parameter for a range op replicates for consideration (default = all replicates in df). |
what |
A name, is needed if not mlns and no names in list (default = "noname"). |
A table of parwise comparisons for techreps in given table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.