initializeGRN | R Documentation |
GRN
objectInitialize a GRN
object
initializeGRN(objectMetadata = list(), outputFolder, genomeAssembly)
objectMetadata |
List. Default |
outputFolder |
Output folder, either absolute or relative to the current working directory. No default. Default output folder where all pipeline output will be put unless specified otherwise. We recommend specifying an absolute path. Note that for Windows-based systems, the path must be correctly specified with "/" as path separator. |
genomeAssembly |
Character. No default. The genome assembly of all data that to be used within this object. Currently, supported genomes are: |
Empty GRN
object
meta.l = list(name = "exampleName", date = "01.03.22") GRN = initializeGRN(objectMetadata = meta.l, outputFolder = "output", genomeAssembly = "hg38")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.