09/14/2015
A: Data:
-
Adding the CisBP data file for dm3(Drosophila_melanogaster)
-
Adding partial hg19.2bit, partial gencode GTF for chrmosome 19
-
Adding BED files from ChipSeq data for chrmosome 19
-
Adding PRO-seq data for chrmosome 19
-
some fake motif PWM files.
B: Source:
-
Adding function: CisBP.getTFinformation()
-
Adding slots "zip.date" for CisBP.db class
-
Adding slots "cluster" and "tf_missing", renaming slots "tf_info", removing TF_ID for tfbs class
-
Adding function: tfbs.importMotifs()
-
Adding function:tfbs.selectExpressedMotifs(), gene expression and motif filtering, separated from the constructor CisBP.createFromCisBP()
-
Renaming function: tfbs.enrichmentTest()
-
Adding new cluster (apcluster) for tfbs.clusterMotifs()
-
Renaming expected field for the results returned by tfbs.enrichmentTest()
-
Adding parameter gc.robust.rep, use.cluster, threshold.type for tfbs.enrichmentTest()
-
Adding parameter threshold.type for tfbs.scanTFsite()
-
Adding parameter enrichment.type and pv.threshold for tfbs.reportEnrichment()
-
The parameter orders are changed in some functions
10/6/2015
-
Changing lambda of Poisson distribution in gene expression for RNA-seq data
-
Changing q value in APcluster to 0.99
-
Fixing bugs in the function print.tfbs.finding() and summary.tfbs.finding()
-
Adding peak starting and ending positions for the results of matches option in the function tfbs.scanTFsite().
10/27/2015
- Changing the return value of tfbs.selectByRandom() and tfbs.selectByGeneExp() and adding the indices of selected motif into the matrix tfbs@cluster.
12/2/2015
-
Implementing a parser to load motif data from the source other than Cis-BP, such as Transfac, jaspar, Meme and Mscan.
-
Drawing apcluster heatmap with same style as agnes results.
12/9/2015
-
Fixing a bug in tfbs.scanTFsite function with the option "maxposterior"
-
Tuning the package to pass the R package check(R CMD check rtfbsdb --as-cran), including NAMESPACE, DSCRIPTION and R codes.
3/28/2016 version 0.3.8
-
Adding the parameter "lowest.reads.RPKM" for tfbs.selectExpressedMotifs function
-
Adding the parameter "gc.correction.pvalue=0.01" for tfbs.enrichmentTest function
-
Adding the parameter "nrow.per.page" for tfbs.drawLogosForClusters function
-
Checking the unix commands or genomic tools if the system callings are failed.
-
Adding reads and lambda in RPKM unit in the expresslevel result.
-
Importing motifs from HOCOMOCO and MotifDB database.
4/6/2016 version 0.3.9
-
Samtools dependency is removed.
-
New function 'tfbs.plotEnrichment' is added to plot QQ-like plot for the p-values of enrichment result.