Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • venkat.malladi/tfsee
  • gcrb/tfsee
Show changes
Showing
with 103 additions and 0 deletions
%% Cell type:code id: tags:
``` python
import pandas as pd
```
%% Cell type:code id: tags:
``` python
cluster4 = pd.read_csv('cluster_4_enhancers.csv', index_col=0)
cluster3 = pd.read_csv('cluster_3_enhancers.csv', index_col=0)
```
%% Cell type:code id: tags:
``` python
len(set(cluster4.index))
```
%% Output
1371
%% Cell type:code id: tags:
``` python
len(set(cluster3.index) - set(cluster4.index))
```
%% Output
1101
%% Cell type:code id: tags:
``` python
set(cluster4.index) - set(cluster3.index)
```
%% Output
{'SSP_236665',
'SSP_236666',
'SSP_313311',
'SUNP_1253075',
'SUNP_333951',
'SUNP_415522',
'SUNP_926025'}
%% Cell type:code id: tags:
``` python
2465-1101
```
%% Output
1364
%% Cell type:code id: tags:
``` python
1101/2465.0
```
%% Output
0.4466531440162272
%% Cell type:code id: tags:
``` python
len(cluster4.index)
```
%% Output
1371
%% Cell type:code id: tags:
``` python
1371-7
```
%% Output
1364
%% Cell type:code id: tags:
``` python
1364/1371.0
```
%% Output
0.9948942377826404
%% Cell type:code id: tags:
``` python
```
analysis/GRO_seq_TFSEE/box_plot_cluster_1.png

12.1 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_1_enhancers_rpkm.png

12.6 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_1_genes_fpkm.png

11.6 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_1_tfs_fpkm.png

11.6 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_2.png

13.9 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_2_enhancers_rpkm.png

14.1 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_2_genes_fpkm.png

11.4 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_2_tfs_fpkm.png

12 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_3.png

9.87 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_3_enhancers_rpkm.png

11.4 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_3_genes_fpkm.png

11.1 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_3_tfs_fpkm.png

12 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_4.png

10.1 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_4_enhancers_rpkm.png

12.9 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_4_genes_fpkm.png

12 KiB

analysis/GRO_seq_TFSEE/box_plot_cluster_4_tfs_fpkm.png

12.6 KiB