Skip to content

Typo in section 2.6.1. #54

@coforfe

Description

@coforfe

Hello,

There is a typo in section 2.6.1:

library(data.table)
df.f=d(enhancerFilePath, header = FALSE,data.table=FALSE)

It shoud say:

library(data.table)
df.f=fread(enhancerFilePath, header = FALSE,data.table=FALSE)

Thanks,
Carlos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions