Skip to content

Functions to copy R script templates for no automatized analysis #1

@lpantano

Description

@lpantano

It would be useful to have this code in a function:

source = file.path(system.file("rmarkdown", package="hbcABC"),
          "Rscripts", 
          "singlecell",
          "clustering_seurat.R")
file.copy(source, "clustering.r")

so we can just call copy_clustering_seurat(final_location). Good things about making functions:

  • you can use auto-complete in R, so you can see all the files and navigate to the one you want to use.
  • It would be good to support copying from remote to have the last version :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions