View source: R/convert_input2v1.R
convert_input2v1 | R Documentation |
convert_input2v1
Takes an existing GENESPACE <= v0.9.4 run, converts
file formats and copies to a new directory which can be used for GENESPACE >=
v1.0.0.
convert_input2v1(existingDir, v1Dir)
existingDir |
character string coercible to a file.path, pointing to an existing GENESPACE <= v0.9.4 run. |
v1Dir |
character string coercible to a file.path, pointing to a directory where you want to run GENESPACE >=v1.0.0 |
Directly copies the peptide fasta files and required orthofinder files. Converts the 1-indexed gff to 0-indexed bed file and re-names them.
nothing
## Not run:
# coming soon
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.