Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MAGE_2020_Marker-Gene-Benchmarking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
MAGE_2020_Marker-Gene-Benchmarking
Commits
522e9e6f
Commit
522e9e6f
authored
1 year ago
by
Jeffrey Pullin
Browse files
Options
Downloads
Patches
Plain Diff
workflowr::wflow_remove("analysis/zhao-data.Rmd")
parent
d6a58f2c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
analysis/zhao-data.Rmd
+0
-39
0 additions, 39 deletions
analysis/zhao-data.Rmd
public/zhao-data.html
+0
-1192
0 additions, 1192 deletions
public/zhao-data.html
with
0 additions
and
1231 deletions
analysis/zhao-data.Rmd
deleted
100644 → 0
+
0
−
39
View file @
d6a58f2c
---
title: "Zhao dataset"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r libraries}
library(tibble)
library(dplyr)
library(ggplot2)
library(scran)
library(scater)
```
```{r load-data}
zhao <- readRDS(here::here("data", "real_data", "zhao.rds"))
```
```{r}
seurat_res <- readRDS(here::here("results", "real_data", "zhao-seurat_wilcox.rds"))
scanpy_res <- readRDS(here::here("results", "real_data", "zhao-scanpy_t_rankby_raw.rds"))
```
# Naive B
```{r}
scanpy_res$result %>%
filter(cluster == "Naive B")
```
# MZB
```{r}
scanpy_res$result %>%
filter(cluster == "MZB")
```
This diff is collapsed.
Click to expand it.
public/zhao-data.html
deleted
100644 → 0
+
0
−
1192
View file @
d6a58f2c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment