Skip to content

Commit 95ce35d

Browse files
committed
update inputs
1 parent 6608496 commit 95ce35d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The code is listed in order of execution, e.g. "1_", "2_" etc. The output of eac
77

88
The logic for these analyses is contained in the `SingleCellProteogenomics` folder.
99

10-
The input files are contained in the "input" folder. This folder is linked [here](https://drive.google.com/file/d/1G4i115FCH8XNyiEHCkBXMSO_9pwGflTq/view?usp=sharing) as a zip file, `input.zip`. Expand this folder within the base directory of this repository. If you are looking for the raw imaging proteomic dataset produced after filtering artifacts and such, that is located [here](https://drive.google.com/file/d/11vjsZV-nmzPpFmA7ShbfHzmbrk057b1V/view?usp=sharing).
10+
The input files are contained in the "input" folder. This folder is linked [here for release v1.2](https://drive.google.com/file/d/149ICTtieYjuKWZoLwRLzimwff0n6eWqw/view?usp=sharing) as a zip file, `input.zip`. Expand this folder within the base directory of this repository. If you are looking for the raw imaging proteomic dataset produced after filtering artifacts and such, that is located [here](https://drive.google.com/file/d/11vjsZV-nmzPpFmA7ShbfHzmbrk057b1V/view?usp=sharing).
1111

1212
The output files are added to a folder "output" during the analysis, and figures are added to a folder "figures."
1313

@@ -27,11 +27,11 @@ This workflow can be run using `snakemake`:
2727

2828
The single-cell RNA-Seq data is available at GEO SRA under project number [GSE146773](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE146773).
2929

30-
The cell cycle phase and FACS intensity information for these ~1,000 cells are contained in the [input folder](https://drive.google.com/file/d/1G4i115FCH8XNyiEHCkBXMSO_9pwGflTq/view?usp=sharing) within three files, one per plate, starting with `RNAData/180911_Fucci_single cell seq_ss2-18-*.csv`.
30+
The cell cycle phase and FACS intensity information for these ~1,000 cells are contained in the [input folder](https://drive.google.com/file/d/149ICTtieYjuKWZoLwRLzimwff0n6eWqw/view?usp=sharing) within three files, one per plate, starting with `RNAData/180911_Fucci_single cell seq_ss2-18-*.csv`.
3131

3232
The `snakemake` workflow used to analyze the scRNA-Seq dataset, including RNA velocity calculations and louvain unsupervised clustering, can be found in this repository: https://github.com/CellProfiling/FucciSingleCellSeqPipeline.
3333

34-
The `loom` file containing the results of RNA velocity analysis, including spliced and unspliced counts, can be found in the [input folder](https://drive.google.com/file/d/1mdQbYcDPqiTOHeiYbv_4RtrxrmlhYMNl/view?usp=sharing) under `RNAData/a.loom`, and the observation names used for each cell that match the "Well_Plate" identifiers can be found in `RNAData/a.obs_names.csv`.
34+
The `loom` file containing the results of RNA velocity analysis, including spliced and unspliced counts, can be found in the [input folder](https://drive.google.com/file/d/149ICTtieYjuKWZoLwRLzimwff0n6eWqw/view?usp=sharing) under `RNAData/a.loom`, and the observation names used for each cell that match the "Well_Plate" identifiers can be found in `RNAData/a.obs_names.csv`.
3535

3636
## Citation
3737

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
INPUTID="1G4i115FCH8XNyiEHCkBXMSO_9pwGflTq"
3+
INPUTID="149ICTtieYjuKWZoLwRLzimwff0n6eWqw"
44

55
# scripts currently expect base directory as working directory
66
if os.path.basename(os.path.abspath(os.curdir)) == "workflow":

0 commit comments

Comments
 (0)