Description Usage Arguments Value
Creates a techreps-row-concatenated table of parwise comparisons for techreps in given table, via CreateDeltaAIPairwiseDF().
1 2 | CreateMergedDeltaAIPairwiseDF(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, it can be subreplicates in case of files with millions, as far there 5x columns per each (default = all replicates in df). |
what |
A name, is needed if not mlns and no names in list (default = "noname"). |
A techreps-row-concatenated table of parwise comparisons for techreps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.