split_by_chrom | R Documentation |
Convenience function to split an input file per chromosome. All it requires is that the infile has as first column chromosome specification. The output files will be named outdir/prefixCHROMNUMBERpostfix
split_by_chrom(infile, prefix, postfix, outdir, chrom_file)
infile |
The file to be split |
prefix |
Prefix of the output file |
postfix |
Postfix of the output file |
outdir |
Directory where the output files are to be written |
chrom_file |
A simple list of chromosomes to be considered |
sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.