Skip to content

Export data as fcs files containing community_id data #8

Description

@Stein-ErikG

Hi,

I want to use the community clustering (by vite) to make a set of landmark files for a second map. I could not find the community id in the rds data generated by vite. Is it possible to generate fcs files with this information?

I used the following code to make the fcs files;

rdsfilelist <- list.files("path-to-data/",
full.names = TRUE)

for (i in 1:length(rdsfilelist)){
tempdata <- readRDS(rdsfilelist[i])
data <- rbind(data, tempdata)
}

flow.frame <- as_flowFrame(as.matrix(data))
write_flowFrame(flow.frame, "you_file.fcs")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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