Description Usage Arguments Value Author(s) Examples
View source: R/prepare_dataset.R
intersects a factor file and an annotation file
1 |
fact |
Full path of the directory containing only the bed (.bed) files corresponding to several cell lines of the specified factor. |
anno |
Full path of the annotation file (e.g. gene, TSS, exon etc.) |
... |
additional arguments received from "prepareDataset()" and suppliet to "R_bedtools_intersect()" |
A list containing the intersections of the files (paths of which are supplied throgh the arguments).
Subhadeep Das
1 2 3 4 5 6 7 8 9 | anno <- system.file("extdata/annotation2/TSS_groups.bed",
package = "OMICsPCAdata")
fact <- system.file("extdata/factors2/demofactor",
package = "OMICsPCAdata")
Cells <- intersect(fact = fact, anno = anno)
Cells
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.