Description Usage Arguments Value Author(s) See Also Examples
Generates targets file with sample-wise reference as required for some NGS
applications, such as ChIP-Seq containing input samples. The reference sample
information needs to be provided in the input file in a column called
SampleReference
where the values reference the labels used in the
SampleName
column. Sample rows without reference assignments will be
removed automatically.
1 | writeTargetsRef(infile, outfile, silent = FALSE, overwrite = FALSE, ...)
|
infile |
Path to input targets file. |
outfile |
Path to output targets file. |
silent |
If set to |
overwrite |
If set to |
... |
To pass on additional arguments. |
Generates modified targets file with the paths to the reference samples in the second column named FileName2
.
Note, sample rows not assigned reference samples are removed automatically.
Thomas Girke
writeTargetsout
, mergeBamByFactor
1 2 3 4 5 6 7 8 | ## Path to input targets file
targets <- system.file("extdata", "targets_chip.txt", package="systemPipeR")
## Not run:
## Write modified targets file with reference (e.g. input) sample
writeTargetsRef(infile=targets, outfile="~/targets_refsample.txt", silent=FALSE, overwrite=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.