Description Usage Arguments Value Examples
View source: R/makeFeaturesList.R
create a features list from snakePipes ChIP pipeline
1 | makeFeaturesList(snakePipesOutputDir)
|
snakePipesOutputDir |
(string) name of snakePipes ChIP pipeline output, for example '$PWD/DNA-mapping/CSAW_MACS2_sampleSheetName' |
GRangesList object with list items named as peaks_none
, peaks_up
, peaks_down
1 2 | snakeDir = "/localhome/bric/qlr900/analysis/02_MLL/data/chip-seq/DNA-mapping/CSAW2_MACS2_H3K27ac"
makeFeaturesList(snakeDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.