RNA 4. edgeR based on TCGA differential expression in SCI articles
01. Preface
In the near future, it is expected that the emerging digital gene expression (DGE) technology will surpass microarray technology in many applications of functional genomics. One of the basic data analysis tasks, especially gene expression research, involves determining whether there is evidence that transcripts or exons are signifi ...
Posted by rsassine on Fri, 18 Feb 2022 02:03:30 +0100
Extension end tecdat| [Video] CNN (convolutional neural network) model and R language implementation
Original link: http://tecdat.cn/?p=18149Original source: Tuo end data tribal official accountDriverless cars can be traced back to 1989. Neural networks have existed for a long time. What are the reasons for the upsurge of artificial intelligence and deep learning in recent years? [1 second] part of the answer lies in Moore's law and the signif ...
Posted by bdemo2 on Tue, 15 Feb 2022 08:09:51 +0100
Crawl to the public comment website and store comments
1, Reptile preparation
1.1 climbing target
The target of the public comment Web crawler is the comment data of the store. The example is shown in the figure below.
1.2 web page analysis
First log in, search for bubble water by keyword, and click a store at will to view all the evaluation interfaces, as shown in the figure below. First ...
Posted by SkippyK on Fri, 11 Feb 2022 00:38:36 +0100
Python crawler diary 02 - Data Visualization
PYTHON crawler diary 02 - Data Visualization
Record your learning reptile diary
1. Environmental preparation
linux environment python3 6 + (there are many online tutorials here, so choose one that is more effective Installing Python 3 on Linux))
linux nginx environment (choose your favorite version) https://nginx.org/download/ )
linux guni ...
Posted by awared on Thu, 10 Feb 2022 15:03:40 +0100
Time series stationarity test (ADF) and white noise test (Ljung box)
Before forecasting the time series, we need to carry out a series of tests on the data, mainly to test the stability and randomness of the data (white noise test). This paper mainly introduces ADF test and Ljung box test
ADF test
ADF test, i.e. unit root test, refers to whether there is a unit root in the test series, because the existence ...
Posted by Gonwee on Wed, 09 Feb 2022 20:54:16 +0100
Introduction and Processing of UCF101 Action Recognition Dataset
1. Introduction to datasets:
UCF101 is a motion recognition dataset for real action videos collected on YouTube and provides 13320 videos from 101 action categories. Official website: https://www.crcv.ucf.edu/research/data-sets/ucf101/
Dataset name: UCF-101 (2012)Total Videos: 13,320 VideosTotal duration: 27 hoursVideo source: YouTube col ...
Posted by johnwayne77 on Wed, 09 Feb 2022 17:39:21 +0100
[crawler notes] R language simple dynamic web crawler (rvest package) example
1. Reptile target
It is generally believed that Python crawlers are powerful, but Python has some difficulties in solving dynamic loading or landing websites. Compared with some ordinary crawlers, using R language will be more convenient.
with https://www.thepaper.cn/ For example, the httr package commonly used in dynamic web pages is mainly ...
Posted by michealholding on Tue, 08 Feb 2022 16:32:55 +0100
Fundamentals of python data analysis 02 -- pandas related operations
pandas advanced operations
import pandas as pd
import numpy as np
from pandas import DataFrame
Replace operation
The replacement operation can act synchronously in Series and DataFrame Single valued substitution
Normal replacement: replace all qualified elements: to_replace=15,value=‘e’Specify single value substitution ...
Posted by dkjohnson on Mon, 07 Feb 2022 21:40:28 +0100
Fundamentals of python data analysis 03 - exercise items
Population analysis cases
Requirements:
Import the file and view the original dataSummarize population data and state abbreviation dataDelete the duplicate abstraction column in the summarized dataView the columns with missing data in the summarized dataFind out which states / regions make the value of state NaN in the summarized data, ...
Posted by saidbakr on Mon, 07 Feb 2022 20:57:01 +0100
Python time series analysis and Practice
Time series analysis
ARIMA
Stationarity: stationarity requires that the fitting curve obtained through the sample time series can continue along the existing form "inertia" in the future Stationarity requires that the mean and variance of the series do not change significantly
Strict and weak stability: Yan pingwen: the distr ...
Posted by trinitywave on Mon, 07 Feb 2022 13:31:46 +0100