SCAR_maker | R Documentation |
SCAR Object Constructor Function
SCAR_maker( analysis_type, sample_sheet, sep = "\t", paired = NA, ncores = NA, compare = NA, comp_op = NA )
analysis_type |
One of 'ChIP-seq', 'ChEC-seq', or 'SChEC-seq'. |
sample_sheet |
Either a data.frame or delimited file. |
sep |
If the sample sheet is a file, this specifies the delimiter. |
paired |
Whether the run is paired (TRUE) or unpaired (FALSE) |
ncores |
The number of cores/threads to use. |
compare |
TRUE/FALSE perform bamCompare instead of Coverage |
comp_op |
Single operation for comparison of coverage |
A SCAR object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.